Color Hex Logo

#977eea Color Hex

#977EEA
(151,126,234)
0 Favorites   0 Comments

Color spaces of #977eea

RGB 151126234
HSL0.710.720.71
HSV254°46°92°
CMYK 0.350.460.00   0.08
XYZ35.074627.441581.2900
Yxy27.44150.24390.1908
Hunter Lab52.384627.8432-55.3364
CIE-Lab59.380833.7196-51.4687

#977eea color RGB value is (151,126,234).

#977eea hex color red value is 151, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #977eea hue: 0.71 , saturation: 0.72 and the lightness value of 977eea is 0.71.

The process color (four color CMYK) of #977eea color hex is 0.35, 0.46, 0.00, 0.08. Web safe color of #977eea is #9966ff. Color #977eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111110 11101010
Octal 227 176 352
Decimal 151 126 234
Hex 97 7E EA

RGB Percentages of Color #977eea

%29.55
%24.66
%45.79

CMYK Percentages of Color #977eea

%35
%46
%0
%8

Triadic Colors of #977eea

#977eea #ea977e #7eea97

Analogous Colors of #977eea

#977eea #cd7eea #7e9bea

Monochromatic Colors of #977eea

#977eea

Complementary Color

#977eea #d1ea7e

#977eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#977eea Color CSS Codes

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

#977eea Text Font Color

<p style="color:#977eea">Text here</p>

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


#977eea Background Color

<div style="background-color:#977eea">
Div content here</div>

This div background color is #977eea


#977eea Border Color

<div style="border:3px solid #977eea">
Div here</div>

This div border color is #977eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,126,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #977eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #977eea;
  -webkit-box-shadow: 1px 1px 3px 2px #977eea;
  box-shadow:         1px 1px 3px 2px #977eea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977eea


Comments

No comments written yet.

Please login to write comment.