Color Hex Logo

#976dcf Color Hex

#976DCF
(151,109,207)
0 Favorites   0 Comments

Color spaces of #976dcf

RGB 151109207
HSL0.740.510.62
HSV266°47°81°
CMYK 0.270.470.00   0.19
XYZ29.493622.021661.7276
Yxy22.02160.26040.1945
Hunter Lab46.927230.0642-45.1405
CIE-Lab54.049936.5668-44.7516

#976dcf color RGB value is (151,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101101 11001111
Octal 227 155 317
Decimal 151 109 207
Hex 97 6D CF

RGB Percentages of Color #976dcf

%32.33
%23.34
%44.33

CMYK Percentages of Color #976dcf

%27
%47
%0
%19

Triadic Colors of #976dcf

#976dcf #cf976d #6dcf97

Analogous Colors of #976dcf

#976dcf #c86dcf #6d74cf

Monochromatic Colors of #976dcf

#976dcf

Complementary Color

#976dcf #a5cf6d

#976dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#976dcf Color CSS Codes

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

#976dcf Text Font Color

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

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


#976dcf Background Color

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

This div background color is #976dcf


#976dcf Border Color

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

This div border color is #976dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976dcf


Comments

No comments written yet.

Please login to write comment.