Color Hex Logo

#976ccb Color Hex

#976CCB
(151,108,203)
0 Favorites   0 Comments

Color spaces of #976ccb

RGB 151108203
HSL0.740.480.61
HSV267°47°80°
CMYK 0.260.470.00   0.20
XYZ28.904621.616259.1488
Yxy21.61620.26360.1971
Hunter Lab46.493229.6094-42.8836
CIE-Lab53.617436.1625-43.1594

#976ccb color RGB value is (151,108,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101100 11001011
Octal 227 154 313
Decimal 151 108 203
Hex 97 6C CB

RGB Percentages of Color #976ccb

%32.68
%23.38
%43.94

CMYK Percentages of Color #976ccb

%26
%47
%0
%20

Triadic Colors of #976ccb

#976ccb #cb976c #6ccb97

Analogous Colors of #976ccb

#976ccb #c76ccb #6c71cb

Monochromatic Colors of #976ccb

#976ccb

Complementary Color

#976ccb #a0cb6c

#976ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#976ccb Color CSS Codes

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

#976ccb Text Font Color

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

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


#976ccb Background Color

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

This div background color is #976ccb


#976ccb Border Color

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

This div border color is #976ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,108,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976ccb


Comments

No comments written yet.

Please login to write comment.