Color Hex Logo

#976bcd Color Hex

#976BCD
(151,107,205)
0 Favorites   0 Comments

Color spaces of #976bcd

RGB 151107205
HSL0.740.490.61
HSV267°48°80°
CMYK 0.260.480.00   0.20
XYZ29.039621.502560.3774
Yxy21.50250.26180.1939
Hunter Lab46.370830.6363-44.7394
CIE-Lab53.495137.2123-44.4924

#976bcd color RGB value is (151,107,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101011 11001101
Octal 227 153 315
Decimal 151 107 205
Hex 97 6B CD

RGB Percentages of Color #976bcd

%32.61
%23.11
%44.28

CMYK Percentages of Color #976bcd

%26
%48
%0
%20

Triadic Colors of #976bcd

#976bcd #cd976b #6bcd97

Analogous Colors of #976bcd

#976bcd #c86bcd #6b70cd

Monochromatic Colors of #976bcd

#976bcd

Complementary Color

#976bcd #a1cd6b

#976bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#976bcd Color CSS Codes

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

#976bcd Text Font Color

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

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


#976bcd Background Color

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

This div background color is #976bcd


#976bcd Border Color

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

This div border color is #976bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976bcd


Comments

No comments written yet.

Please login to write comment.