Hex #7d26cd Color

#7d26cd
equivalent to

RGB

(125, 38, 205)

Details of #7d26cd

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
125
20.1700
0.75
0.39
38.1174
10.1540
271°
31.8653
38
10.1540
0.69
0.81
64.9709
0.2267
81°
57.2221
205
58.6544
0.48
0.00   0.20
-69.4277
0.1141
80°
-86.7895

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1111101
175
125
7D
Green
100110
46
38
26
Blue
11001101
315
205
CD

RGB in % of #7d26cd

%33.97
%10.33
%55.71

CMYK in % of #7d26cd

%39
%81
%0
%20

Triads of color #7d26cd

#7d26cd #26cd7d #cd7dcd

Similar Colors to #7d26cd

#7d26cd #2a26cd #cd26ca

Preview Color #7d26cd on black ground

#7d26cd is very interesting for text.

Preview Color #7d26cd on white ground

#7d26cd is very interesting for text.

CSS Codes #7d26cd color

.mybgcolor {background-color:#7d26cd; }
.myforecolor {color:#7d26cd; }
.mybordercolor {border:3px solid #7d26cd; }

Text Font Color #7d26cd

<p style="color:#7d26cd">Text here</p>

This sample text font color is #7d26cd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #7d26cd

<div style="background-color:#7d26cd">
Div content here</div>

This div background color is #7d26cd


Border Color #7d26cd

<div style="border:3px solid #7d26cd">
Div here</div>

The color of this border is #7d26cd


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #7d26cd; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #7d26cd;
-webkit-box-shadow: 1px 1px 3px 2px #7d26cd;
box-shadow:         1px 1px 3px 2px #7d26cd; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #7d26cd">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #7d26cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7d26cd;
  box-shadow:         1px 1px 3px 2px #7d26cd;">
Div content here</div>

The shadow of div box using color #7d26cd