Color Hex Logo

#976cce Color Hex

#976CCE
(151,108,206)
0 Favorites   0 Comments

Color spaces of #976cce

RGB 151108206
HSL0.740.500.62
HSV266°48°81°
CMYK 0.270.480.00   0.19
XYZ29.265621.760761.0503
Yxy21.76070.26110.1942
Hunter Lab46.648430.3502-44.9410
CIE-Lab53.772236.8894-44.6229

#976cce color RGB value is (151,108,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101100 11001110
Octal 227 154 316
Decimal 151 108 206
Hex 97 6C CE

RGB Percentages of Color #976cce

%32.47
%23.23
%44.30

CMYK Percentages of Color #976cce

%27
%48
%0
%19

Triadic Colors of #976cce

#976cce #ce976c #6cce97

Analogous Colors of #976cce

#976cce #c86cce #6c72ce

Monochromatic Colors of #976cce

#976cce

Complementary Color

#976cce #a3ce6c

#976cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#976cce Color CSS Codes

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

#976cce Text Font Color

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

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


#976cce Background Color

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

This div background color is #976cce


#976cce Border Color

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

This div border color is #976cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976cce


Comments

No comments written yet.

Please login to write comment.