Color Hex Logo

#72046b Color Hex

#72046B
(114,4,107)
0 Favorites   0 Comments

Color spaces of #72046b

RGB 1144107
HSL0.840.930.23
HSV304°96°45°
CMYK 0.000.960.06   0.55
XYZ9.63674.725814.3142
Yxy4.72580.33600.1648
Hunter Lab21.738941.0847-23.8229
CIE-Lab25.938852.3780-29.3865

#72046b color RGB value is (114,4,107).

#72046b hex color red value is 114, green value is 4 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #72046b hue: 0.84 , saturation: 0.93 and the lightness value of 72046b is 0.23.

The process color (four color CMYK) of #72046b color hex is 0.00, 0.96, 0.06, 0.55. Web safe color of #72046b is #660066. Color #72046b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000100 01101011
Octal 162 4 153
Decimal 114 4 107
Hex 72 4 6B

RGB Percentages of Color #72046b

%50.67
%1.78
%47.56

CMYK Percentages of Color #72046b

%0
%96
%6
%55

Triadic Colors of #72046b

#72046b #6b7204 #046b72

Analogous Colors of #72046b

#72046b #720434 #420472

Monochromatic Colors of #72046b

#72046b

Complementary Color

#72046b #04720b

#72046b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72046b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72046b Color CSS Codes

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

#72046b Text Font Color

<p style="color:#72046b">Text here</p>

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


#72046b Background Color

<div style="background-color:#72046b">
Div content here</div>

This div background color is #72046b


#72046b Border Color

<div style="border:3px solid #72046b">
Div here</div>

This div border color is #72046b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,4,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72046b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72046b;
  -webkit-box-shadow: 1px 1px 3px 2px #72046b;
  box-shadow:         1px 1px 3px 2px #72046b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72046b


Comments

No comments written yet.

Please login to write comment.