Color Hex Logo

#9d81ed Color Hex

#9D81ED
(157,129,237)
0 Favorites   0 Comments

Color spaces of #9d81ed

RGB 157129237
HSL0.710.750.72
HSV256°46°93°
CMYK 0.340.460.00   0.07
XYZ37.040928.983083.7628
Yxy28.98300.24730.1935
Hunter Lab53.835928.6013-54.5637
CIE-Lab60.766634.3264-50.9007

#9d81ed color RGB value is (157,129,237).

#9d81ed hex color red value is 157, green value is 129 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9d81ed hue: 0.71 , saturation: 0.75 and the lightness value of 9d81ed is 0.72.

The process color (four color CMYK) of #9d81ed color hex is 0.34, 0.46, 0.00, 0.07. Web safe color of #9d81ed is #9999ff. Color #9d81ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10000001 11101101
Octal 235 201 355
Decimal 157 129 237
Hex 9D 81 ED

RGB Percentages of Color #9d81ed

%30.02
%24.67
%45.32

CMYK Percentages of Color #9d81ed

%34
%46
%0
%7

Triadic Colors of #9d81ed

#9d81ed #ed9d81 #81ed9d

Analogous Colors of #9d81ed

#9d81ed #d381ed #819bed

Monochromatic Colors of #9d81ed

#9d81ed

Complementary Color

#9d81ed #d1ed81

#9d81ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d81ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d81ed Color CSS Codes

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

#9d81ed Text Font Color

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

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


#9d81ed Background Color

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

This div background color is #9d81ed


#9d81ed Border Color

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

This div border color is #9d81ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,129,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 #9d81ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d81ed


Comments

No comments written yet.

Please login to write comment.