Color Hex Logo

#9d80de Color Hex

#9D80DE
(157,128,222)
0 Favorites   0 Comments

Color spaces of #9d80de

RGB 157128222
HSL0.720.590.69
HSV259°42°87°
CMYK 0.290.420.00   0.13
XYZ34.808627.880472.6541
Yxy27.88040.25720.2060
Hunter Lab52.801925.2693-44.6202
CIE-Lab59.780531.0876-44.1125

#9d80de color RGB value is (157,128,222).

#9d80de hex color red value is 157, green value is 128 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9d80de hue: 0.72 , saturation: 0.59 and the lightness value of 9d80de is 0.69.

The process color (four color CMYK) of #9d80de color hex is 0.29, 0.42, 0.00, 0.13. Web safe color of #9d80de is #9999cc. Color #9d80de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10000000 11011110
Octal 235 200 336
Decimal 157 128 222
Hex 9D 80 DE

RGB Percentages of Color #9d80de

%30.97
%25.25
%43.79

CMYK Percentages of Color #9d80de

%29
%42
%0
%13

Triadic Colors of #9d80de

#9d80de #de9d80 #80de9d

Analogous Colors of #9d80de

#9d80de #cc80de #8092de

Monochromatic Colors of #9d80de

#9d80de

Complementary Color

#9d80de #c1de80

#9d80de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d80de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d80de Color CSS Codes

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

#9d80de Text Font Color

<p style="color:#9d80de">Text here</p>

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


#9d80de Background Color

<div style="background-color:#9d80de">
Div content here</div>

This div background color is #9d80de


#9d80de Border Color

<div style="border:3px solid #9d80de">
Div here</div>

This div border color is #9d80de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,128,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d80de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d80de;
  -webkit-box-shadow: 1px 1px 3px 2px #9d80de;
  box-shadow:         1px 1px 3px 2px #9d80de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,128,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d80de


Comments

No comments written yet.

Please login to write comment.