Color Hex Logo

#8978cd Color Hex

#8978CD
(137,120,205)
0 Favorites   0 Comments

Color spaces of #8978cd

RGB 137120205
HSL0.700.460.64
HSV252°41°80°
CMYK 0.330.410.00   0.20
XYZ28.052423.159160.7492
Yxy23.15910.25060.2069
Hunter Lab48.123919.8344-41.1580
CIE-Lab55.235825.8490-41.8277

#8978cd color RGB value is (137,120,205).

#8978cd hex color red value is 137, green value is 120 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8978cd hue: 0.70 , saturation: 0.46 and the lightness value of 8978cd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111000 11001101
Octal 211 170 315
Decimal 137 120 205
Hex 89 78 CD

RGB Percentages of Color #8978cd

%29.65
%25.97
%44.37

CMYK Percentages of Color #8978cd

%33
%41
%0
%20

Triadic Colors of #8978cd

#8978cd #cd8978 #78cd89

Analogous Colors of #8978cd

#8978cd #b478cd #7892cd

Monochromatic Colors of #8978cd

#8978cd

Complementary Color

#8978cd #bccd78

#8978cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8978cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8978cd Color CSS Codes

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

#8978cd Text Font Color

<p style="color:#8978cd">Text here</p>

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


#8978cd Background Color

<div style="background-color:#8978cd">
Div content here</div>

This div background color is #8978cd


#8978cd Border Color

<div style="border:3px solid #8978cd">
Div here</div>

This div border color is #8978cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,120,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8978cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8978cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8978cd;
  box-shadow:         1px 1px 3px 2px #8978cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8978cd


Comments

No comments written yet.

Please login to write comment.