Color Hex Logo

#72458f Color Hex

#72458F
(114,69,143)
0 Favorites   0 Comments

Color spaces of #72458f

RGB 11469143
HSL0.770.350.42
HSV276°52°56°
CMYK 0.200.520.00   0.44
XYZ14.02559.816827.1422
Yxy9.81680.27510.1925
Hunter Lab31.331825.0740-29.4297
CIE-Lab37.511633.5651-33.6094

#72458f color RGB value is (114,69,143).

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

The process color (four color CMYK) of #72458f color hex is 0.20, 0.52, 0.00, 0.44. Web safe color of #72458f is #663399. Color #72458f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000101 10001111
Octal 162 105 217
Decimal 114 69 143
Hex 72 45 8F

RGB Percentages of Color #72458f

%34.97
%21.17
%43.87

CMYK Percentages of Color #72458f

%20
%52
%0
%44

Triadic Colors of #72458f

#72458f #8f7245 #458f72

Analogous Colors of #72458f

#72458f #8f4587 #4d458f

Monochromatic Colors of #72458f

#72458f

Complementary Color

#72458f #628f45

#72458f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72458f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72458f Color CSS Codes

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

#72458f Text Font Color

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

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


#72458f Background Color

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

This div background color is #72458f


#72458f Border Color

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

This div border color is #72458f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72458f


Comments

No comments written yet.

Please login to write comment.