Color Hex Logo

#72208b Color Hex

#72208B
(114,32,139)
0 Favorites   0 Comments

Color spaces of #72208b

RGB 11432139
HSL0.790.630.34
HSV286°77°55°
CMYK 0.180.770.00   0.45
XYZ12.11616.474525.0372
Yxy6.47450.27770.1484
Hunter Lab25.445040.4671-40.5282
CIE-Lab30.579350.8661-42.2197

#72208b color RGB value is (114,32,139).

#72208b hex color red value is 114, green value is 32 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #72208b hue: 0.79 , saturation: 0.63 and the lightness value of 72208b is 0.34.

The process color (four color CMYK) of #72208b color hex is 0.18, 0.77, 0.00, 0.45. Web safe color of #72208b is #663399. Color #72208b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100000 10001011
Octal 162 40 213
Decimal 114 32 139
Hex 72 20 8B

RGB Percentages of Color #72208b

%40.00
%11.23
%48.77

CMYK Percentages of Color #72208b

%18
%77
%0
%45

Triadic Colors of #72208b

#72208b #8b7220 #208b72

Analogous Colors of #72208b

#72208b #8b206f #3d208b

Monochromatic Colors of #72208b

#72208b

Complementary Color

#72208b #398b20

#72208b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72208b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72208b Color CSS Codes

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

#72208b Text Font Color

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

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


#72208b Background Color

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

This div background color is #72208b


#72208b Border Color

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

This div border color is #72208b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72208b


Comments

No comments written yet.

Please login to write comment.