Color Hex Logo

#976dd4 Color Hex

#976DD4
(151,109,212)
0 Favorites   0 Comments

Color spaces of #976dd4

RGB 151109212
HSL0.730.540.63
HSV264°49°83°
CMYK 0.290.490.00   0.17
XYZ30.114822.270164.9987
Yxy22.27010.25660.1897
Hunter Lab47.191231.3241-48.6291
CIE-Lab54.312437.7954-47.1728

#976dd4 color RGB value is (151,109,212).

#976dd4 hex color red value is 151, green value is 109 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #976dd4 hue: 0.73 , saturation: 0.54 and the lightness value of 976dd4 is 0.63.

The process color (four color CMYK) of #976dd4 color hex is 0.29, 0.49, 0.00, 0.17. Web safe color of #976dd4 is #9966cc. Color #976dd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101101 11010100
Octal 227 155 324
Decimal 151 109 212
Hex 97 6D D4

RGB Percentages of Color #976dd4

%31.99
%23.09
%44.92

CMYK Percentages of Color #976dd4

%29
%49
%0
%17

Triadic Colors of #976dd4

#976dd4 #d4976d #6dd497

Analogous Colors of #976dd4

#976dd4 #cb6dd4 #6d77d4

Monochromatic Colors of #976dd4

#976dd4

Complementary Color

#976dd4 #aad46d

#976dd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976dd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976dd4 Color CSS Codes

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

#976dd4 Text Font Color

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

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


#976dd4 Background Color

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

This div background color is #976dd4


#976dd4 Border Color

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

This div border color is #976dd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976dd4


Comments

No comments written yet.

Please login to write comment.