Color Hex Logo

#978ecd Color Hex

#978ECD
(151,142,205)
0 Favorites   0 Comments

Color spaces of #978ecd

RGB 151142205
HSL0.690.390.68
HSV249°31°80°
CMYK 0.260.310.00   0.20
XYZ33.454930.333161.8492
Yxy30.33310.26630.2414
Hunter Lab55.075512.0454-28.0292
CIE-Lab61.940617.0783-31.2557

#978ecd color RGB value is (151,142,205).

#978ecd hex color red value is 151, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #978ecd hue: 0.69 , saturation: 0.39 and the lightness value of 978ecd is 0.68.

The process color (four color CMYK) of #978ecd color hex is 0.26, 0.31, 0.00, 0.20. Web safe color of #978ecd is #9999cc. Color #978ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001110 11001101
Octal 227 216 315
Decimal 151 142 205
Hex 97 8E CD

RGB Percentages of Color #978ecd

%30.32
%28.51
%41.16

CMYK Percentages of Color #978ecd

%26
%31
%0
%20

Triadic Colors of #978ecd

#978ecd #cd978e #8ecd97

Analogous Colors of #978ecd

#978ecd #b78ecd #8ea5cd

Monochromatic Colors of #978ecd

#978ecd

Complementary Color

#978ecd #c4cd8e

#978ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#978ecd Color CSS Codes

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

#978ecd Text Font Color

<p style="color:#978ecd">Text here</p>

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


#978ecd Background Color

<div style="background-color:#978ecd">
Div content here</div>

This div background color is #978ecd


#978ecd Border Color

<div style="border:3px solid #978ecd">
Div here</div>

This div border color is #978ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,142,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #978ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #978ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #978ecd;
  box-shadow:         1px 1px 3px 2px #978ecd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,142,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 #978ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978ecd


Comments

No comments written yet.

Please login to write comment.