Color Hex Logo

#977eed Color Hex

#977EED
(151,126,237)
0 Favorites   0 Comments

Color spaces of #977eed

RGB 151126237
HSL0.700.760.71
HSV254°47°93°
CMYK 0.360.470.00   0.07
XYZ35.509427.615483.5795
Yxy27.61540.24200.1882
Hunter Lab52.550428.6531-57.5134
CIE-Lab59.539734.5106-52.8823

#977eed color RGB value is (151,126,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111110 11101101
Octal 227 176 355
Decimal 151 126 237
Hex 97 7E ED

RGB Percentages of Color #977eed

%29.38
%24.51
%46.11

CMYK Percentages of Color #977eed

%36
%47
%0
%7

Triadic Colors of #977eed

#977eed #ed977e #7eed97

Analogous Colors of #977eed

#977eed #cf7eed #7e9ded

Monochromatic Colors of #977eed

#977eed

Complementary Color

#977eed #d4ed7e

#977eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#977eed Color CSS Codes

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

#977eed Text Font Color

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

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


#977eed Background Color

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

This div background color is #977eed


#977eed Border Color

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

This div border color is #977eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977eed


Comments

No comments written yet.

Please login to write comment.