Color Hex Logo

#72458b Color Hex

#72458B
(114,69,139)
0 Favorites   0 Comments

Color spaces of #72458b

RGB 11469139
HSL0.770.340.41
HSV279°50°55°
CMYK 0.180.500.00   0.45
XYZ13.72789.697725.5744
Yxy9.69770.28020.1979
Hunter Lab31.141124.1903-26.8926
CIE-Lab37.294332.6189-31.5123

#72458b color RGB value is (114,69,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000101 10001011
Octal 162 105 213
Decimal 114 69 139
Hex 72 45 8B

RGB Percentages of Color #72458b

%35.40
%21.43
%43.17

CMYK Percentages of Color #72458b

%18
%50
%0
%45

Triadic Colors of #72458b

#72458b #8b7245 #458b72

Analogous Colors of #72458b

#72458b #8b4581 #4f458b

Monochromatic Colors of #72458b

#72458b

Complementary Color

#72458b #5e8b45

#72458b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72458b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72458b Color CSS Codes

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

#72458b Text Font Color

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

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


#72458b Background Color

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

This div background color is #72458b


#72458b Border Color

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

This div border color is #72458b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,69,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 #72458b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72458b


Comments

No comments written yet.

Please login to write comment.