Color Hex Logo

#976eef Color Hex

#976EEF
(151,110,239)
0 Favorites   0 Comments

Color spaces of #976eef

RGB 151110239
HSL0.720.800.68
HSV259°54°94°
CMYK 0.370.540.00   0.06
XYZ33.918423.963284.4990
Yxy23.96320.23820.1683
Hunter Lab48.952238.0141-68.0770
CIE-Lab56.050944.0876-59.5665

#976eef color RGB value is (151,110,239).

#976eef hex color red value is 151, green value is 110 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #976eef hue: 0.72 , saturation: 0.80 and the lightness value of 976eef is 0.68.

The process color (four color CMYK) of #976eef color hex is 0.37, 0.54, 0.00, 0.06. Web safe color of #976eef is #9966ff. Color #976eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101110 11101111
Octal 227 156 357
Decimal 151 110 239
Hex 97 6E EF

RGB Percentages of Color #976eef

%30.20
%22.00
%47.80

CMYK Percentages of Color #976eef

%37
%54
%0
%6

Triadic Colors of #976eef

#976eef #ef976e #6eef97

Analogous Colors of #976eef

#976eef #d86eef #6e86ef

Monochromatic Colors of #976eef

#976eef

Complementary Color

#976eef #c6ef6e

#976eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#976eef Color CSS Codes

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

#976eef Text Font Color

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

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


#976eef Background Color

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

This div background color is #976eef


#976eef Border Color

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

This div border color is #976eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976eef


Comments

No comments written yet.

Please login to write comment.