Color Hex Logo

#976fcd Color Hex

#976FCD
(151,111,205)
0 Favorites   0 Comments

Color spaces of #976fcd

RGB 151111205
HSL0.740.480.62
HSV266°46°80°
CMYK 0.260.460.00   0.20
XYZ29.466422.356060.5197
Yxy22.35600.26230.1990
Hunter Lab47.282128.4981-42.7919
CIE-Lab54.402734.9420-43.0566

#976fcd color RGB value is (151,111,205).

#976fcd hex color red value is 151, green value is 111 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #976fcd hue: 0.74 , saturation: 0.48 and the lightness value of 976fcd is 0.62.

The process color (four color CMYK) of #976fcd color hex is 0.26, 0.46, 0.00, 0.20. Web safe color of #976fcd is #9966cc. Color #976fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101111 11001101
Octal 227 157 315
Decimal 151 111 205
Hex 97 6F CD

RGB Percentages of Color #976fcd

%32.33
%23.77
%43.90

CMYK Percentages of Color #976fcd

%26
%46
%0
%20

Triadic Colors of #976fcd

#976fcd #cd976f #6fcd97

Analogous Colors of #976fcd

#976fcd #c66fcd #6f76cd

Monochromatic Colors of #976fcd

#976fcd

Complementary Color

#976fcd #a5cd6f

#976fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#976fcd Color CSS Codes

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

#976fcd Text Font Color

<p style="color:#976fcd">Text here</p>

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


#976fcd Background Color

<div style="background-color:#976fcd">
Div content here</div>

This div background color is #976fcd


#976fcd Border Color

<div style="border:3px solid #976fcd">
Div here</div>

This div border color is #976fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976fcd


Comments

No comments written yet.

Please login to write comment.