Color Hex Logo

#977dc8 Color Hex

#977DC8
(151,125,200)
0 Favorites   0 Comments

Color spaces of #977dc8

RGB 151125200
HSL0.720.410.64
HSV261°38°78°
CMYK 0.250.380.00   0.22
XYZ30.521425.416757.9408
Yxy25.41670.26800.2232
Hunter Lab50.415019.8383-32.8502
CIE-Lab57.479225.6727-35.3825

#977dc8 color RGB value is (151,125,200).

#977dc8 hex color red value is 151, green value is 125 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #977dc8 hue: 0.72 , saturation: 0.41 and the lightness value of 977dc8 is 0.64.

The process color (four color CMYK) of #977dc8 color hex is 0.25, 0.38, 0.00, 0.22. Web safe color of #977dc8 is #9966cc. Color #977dc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111101 11001000
Octal 227 175 310
Decimal 151 125 200
Hex 97 7D C8

RGB Percentages of Color #977dc8

%31.72
%26.26
%42.02

CMYK Percentages of Color #977dc8

%25
%38
%0
%22

Triadic Colors of #977dc8

#977dc8 #c8977d #7dc897

Analogous Colors of #977dc8

#977dc8 #bd7dc8 #7d89c8

Monochromatic Colors of #977dc8

#977dc8

Complementary Color

#977dc8 #aec87d

#977dc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977dc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977dc8 Color CSS Codes

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

#977dc8 Text Font Color

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

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


#977dc8 Background Color

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

This div background color is #977dc8


#977dc8 Border Color

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

This div border color is #977dc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977dc8


Comments

No comments written yet.

Please login to write comment.