Color Hex Logo

#72054b Color Hex

#72054B
(114,5,75)
0 Favorites   0 Comments

Color spaces of #72054b

RGB 114575
HSL0.890.920.23
HSV321°96°45°
CMYK 0.000.960.34   0.55
XYZ8.26374.19397.0306
Yxy4.19390.42400.2152
Hunter Lab20.479036.1901-6.0194
CIE-Lab24.302447.7871-10.7500

#72054b color RGB value is (114,5,75).

#72054b hex color red value is 114, green value is 5 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #72054b hue: 0.89 , saturation: 0.92 and the lightness value of 72054b is 0.23.

The process color (four color CMYK) of #72054b color hex is 0.00, 0.96, 0.34, 0.55. Web safe color of #72054b is #660033. Color #72054b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000101 01001011
Octal 162 5 113
Decimal 114 5 75
Hex 72 5 4B

RGB Percentages of Color #72054b

%58.76
%2.58
%38.66

CMYK Percentages of Color #72054b

%0
%96
%34
%55

Triadic Colors of #72054b

#72054b #4b7205 #054b72

Analogous Colors of #72054b

#72054b #720515 #620572

Monochromatic Colors of #72054b

#72054b

Complementary Color

#72054b #05722c

#72054b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72054b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72054b Color CSS Codes

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

#72054b Text Font Color

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

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


#72054b Background Color

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

This div background color is #72054b


#72054b Border Color

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

This div border color is #72054b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72054b


Comments

No comments written yet.

Please login to write comment.