Color Hex Logo

#8973cb Color Hex

#8973CB
(137,115,203)
0 Favorites   0 Comments

Color spaces of #8973cb

RGB 137115203
HSL0.710.460.62
HSV255°43°80°
CMYK 0.330.430.00   0.20
XYZ27.226821.891659.2904
Yxy21.89160.25110.2019
Hunter Lab46.788521.9916-42.3804
CIE-Lab53.911828.2577-42.7819

#8973cb color RGB value is (137,115,203).

#8973cb hex color red value is 137, green value is 115 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8973cb hue: 0.71 , saturation: 0.46 and the lightness value of 8973cb is 0.62.

The process color (four color CMYK) of #8973cb color hex is 0.33, 0.43, 0.00, 0.20. Web safe color of #8973cb is #9966cc. Color #8973cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110011 11001011
Octal 211 163 313
Decimal 137 115 203
Hex 89 73 CB

RGB Percentages of Color #8973cb

%30.11
%25.27
%44.62

CMYK Percentages of Color #8973cb

%33
%43
%0
%20

Triadic Colors of #8973cb

#8973cb #cb8973 #73cb89

Analogous Colors of #8973cb

#8973cb #b573cb #7389cb

Monochromatic Colors of #8973cb

#8973cb

Complementary Color

#8973cb #b5cb73

#8973cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8973cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8973cb Color CSS Codes

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

#8973cb Text Font Color

<p style="color:#8973cb">Text here</p>

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


#8973cb Background Color

<div style="background-color:#8973cb">
Div content here</div>

This div background color is #8973cb


#8973cb Border Color

<div style="border:3px solid #8973cb">
Div here</div>

This div border color is #8973cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,115,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8973cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8973cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8973cb;
  box-shadow:         1px 1px 3px 2px #8973cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8973cb


Comments

No comments written yet.

Please login to write comment.