Color Hex Logo

#977ded Color Hex

#977DED
(151,125,237)
0 Favorites   0 Comments

Color spaces of #977ded

RGB 151125237
HSL0.710.760.71
HSV254°47°93°
CMYK 0.360.470.00   0.07
XYZ35.382227.361083.5371
Yxy27.36100.24190.1870
Hunter Lab52.307729.2031-58.0726
CIE-Lab59.307035.0830-53.2525

#977ded color RGB value is (151,125,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111101 11101101
Octal 227 175 355
Decimal 151 125 237
Hex 97 7D ED

RGB Percentages of Color #977ded

%29.43
%24.37
%46.20

CMYK Percentages of Color #977ded

%36
%47
%0
%7

Triadic Colors of #977ded

#977ded #ed977d #7ded97

Analogous Colors of #977ded

#977ded #cf7ded #7d9bed

Monochromatic Colors of #977ded

#977ded

Complementary Color

#977ded #d3ed7d

#977ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#977ded Color CSS Codes

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

#977ded Text Font Color

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

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


#977ded Background Color

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

This div background color is #977ded


#977ded Border Color

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

This div border color is #977ded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,125,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 #977ded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977ded


Comments

No comments written yet.

Please login to write comment.