Color Hex Logo

#7d238a Color Hex

#7D238A
(125,35,138)
0 Favorites   0 Comments

Color spaces of #7d238a

RGB 12535138
HSL0.810.600.34
HSV292°75°54°
CMYK 0.090.750.00   0.46
XYZ13.64597.397024.7533
Yxy7.39700.29800.1615
Hunter Lab27.197441.9642-34.9236
CIE-Lab32.694151.9246-38.1086

#7d238a color RGB value is (125,35,138).

#7d238a hex color red value is 125, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #7d238a hue: 0.81 , saturation: 0.60 and the lightness value of 7d238a is 0.34.

The process color (four color CMYK) of #7d238a color hex is 0.09, 0.75, 0.00, 0.46. Web safe color of #7d238a is #663399. Color #7d238a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00100011 10001010
Octal 175 43 212
Decimal 125 35 138
Hex 7D 23 8A

RGB Percentages of Color #7d238a

%41.95
%11.74
%46.31

CMYK Percentages of Color #7d238a

%9
%75
%0
%46

Triadic Colors of #7d238a

#7d238a #8a7d23 #238a7d

Analogous Colors of #7d238a

#7d238a #8a2363 #4a238a

Monochromatic Colors of #7d238a

#7d238a

Complementary Color

#7d238a #308a23

#7d238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d238a Color CSS Codes

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

#7d238a Text Font Color

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

This sample text font color is #7d238a
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.


#7d238a Background Color

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

This div background color is #7d238a


#7d238a Border Color

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

This div border color is #7d238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d238a


Comments

No comments written yet.

Please login to write comment.