Color Hex Logo

#976acd Color Hex

#976ACD
(151,106,205)
0 Favorites   0 Comments

Color spaces of #976acd

RGB 151106205
HSL0.740.500.61
HSV267°48°80°
CMYK 0.260.480.00   0.20
XYZ28.936021.295260.3429
Yxy21.29520.26170.1926
Hunter Lab46.146731.1705-45.2268
CIE-Lab53.271137.7770-44.8474

#976acd color RGB value is (151,106,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101010 11001101
Octal 227 152 315
Decimal 151 106 205
Hex 97 6A CD

RGB Percentages of Color #976acd

%32.68
%22.94
%44.37

CMYK Percentages of Color #976acd

%26
%48
%0
%20

Triadic Colors of #976acd

#976acd #cd976a #6acd97

Analogous Colors of #976acd

#976acd #c96acd #6a6fcd

Monochromatic Colors of #976acd

#976acd

Complementary Color

#976acd #a0cd6a

#976acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#976acd Color CSS Codes

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

#976acd Text Font Color

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

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


#976acd Background Color

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

This div background color is #976acd


#976acd Border Color

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

This div border color is #976acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976acd


Comments

No comments written yet.

Please login to write comment.