Color Hex Logo

#977eec Color Hex

#977EEC
(151,126,236)
0 Favorites   0 Comments

Color spaces of #977eec

RGB 151126236
HSL0.700.740.71
HSV254°47°93°
CMYK 0.360.470.00   0.07
XYZ35.363727.557182.8121
Yxy27.55710.24270.1891
Hunter Lab52.494928.3824-56.7852
CIE-Lab59.486534.2466-52.4119

#977eec color RGB value is (151,126,236).

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

The process color (four color CMYK) of #977eec color hex is 0.36, 0.47, 0.00, 0.07. Web safe color of #977eec is #9966ff. Color #977eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111110 11101100
Octal 227 176 354
Decimal 151 126 236
Hex 97 7E EC

RGB Percentages of Color #977eec

%29.43
%24.56
%46.00

CMYK Percentages of Color #977eec

%36
%47
%0
%7

Triadic Colors of #977eec

#977eec #ec977e #7eec97

Analogous Colors of #977eec

#977eec #ce7eec #7e9cec

Monochromatic Colors of #977eec

#977eec

Complementary Color

#977eec #d3ec7e

#977eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#977eec Color CSS Codes

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

#977eec Text Font Color

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

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


#977eec Background Color

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

This div background color is #977eec


#977eec Border Color

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

This div border color is #977eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977eec


Comments

No comments written yet.

Please login to write comment.