Color Hex Logo

#977ceb Color Hex

#977CEB
(151,124,235)
0 Favorites   0 Comments

Color spaces of #977ceb

RGB 151124235
HSL0.710.740.70
HSV255°47°92°
CMYK 0.360.470.00   0.08
XYZ34.965526.992881.9645
Yxy26.99280.24290.1876
Hunter Lab51.954629.2102-57.1687
CIE-Lab58.967735.1280-52.6814

#977ceb color RGB value is (151,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111100 11101011
Octal 227 174 353
Decimal 151 124 235
Hex 97 7C EB

RGB Percentages of Color #977ceb

%29.61
%24.31
%46.08

CMYK Percentages of Color #977ceb

%36
%47
%0
%8

Triadic Colors of #977ceb

#977ceb #eb977c #7ceb97

Analogous Colors of #977ceb

#977ceb #cf7ceb #7c99eb

Monochromatic Colors of #977ceb

#977ceb

Complementary Color

#977ceb #d0eb7c

#977ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#977ceb Color CSS Codes

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

#977ceb Text Font Color

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

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


#977ceb Background Color

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

This div background color is #977ceb


#977ceb Border Color

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

This div border color is #977ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977ceb


Comments

No comments written yet.

Please login to write comment.