Color Hex Logo

#8972be Color Hex

#8972BE
(137,114,190)
0 Favorites   0 Comments

Color spaces of #8972be

RGB 137114190
HSL0.720.370.60
HSV258°40°75°
CMYK 0.280.400.00   0.25
XYZ25.628121.070751.4315
Yxy21.07070.26120.2147
Hunter Lab45.902819.3287-34.2991
CIE-Lab53.026825.4907-36.7473

#8972be color RGB value is (137,114,190).

#8972be hex color red value is 137, green value is 114 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8972be hue: 0.72 , saturation: 0.37 and the lightness value of 8972be is 0.60.

The process color (four color CMYK) of #8972be color hex is 0.28, 0.40, 0.00, 0.25. Web safe color of #8972be is #9966cc. Color #8972be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110010 10111110
Octal 211 162 276
Decimal 137 114 190
Hex 89 72 BE

RGB Percentages of Color #8972be

%31.07
%25.85
%43.08

CMYK Percentages of Color #8972be

%28
%40
%0
%25

Triadic Colors of #8972be

#8972be #be8972 #72be89

Analogous Colors of #8972be

#8972be #af72be #7281be

Monochromatic Colors of #8972be

#8972be

Complementary Color

#8972be #a7be72

#8972be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8972be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8972be Color CSS Codes

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

#8972be Text Font Color

<p style="color:#8972be">Text here</p>

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


#8972be Background Color

<div style="background-color:#8972be">
Div content here</div>

This div background color is #8972be


#8972be Border Color

<div style="border:3px solid #8972be">
Div here</div>

This div border color is #8972be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,114,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8972be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8972be;
  -webkit-box-shadow: 1px 1px 3px 2px #8972be;
  box-shadow:         1px 1px 3px 2px #8972be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8972be


Comments

No comments written yet.

Please login to write comment.