Color Hex Logo

#9e82df Color Hex

#9E82DF
(158,130,223)
0 Favorites   0 Comments

Color spaces of #9e82df

RGB 158130223
HSL0.720.590.69
HSV258°42°87°
CMYK 0.290.420.00   0.13
XYZ35.402528.562173.4592
Yxy28.56210.25760.2078
Hunter Lab53.443524.7173-44.0848
CIE-Lab60.393230.4698-43.6993

#9e82df color RGB value is (158,130,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000010 11011111
Octal 236 202 337
Decimal 158 130 223
Hex 9E 82 DF

RGB Percentages of Color #9e82df

%30.92
%25.44
%43.64

CMYK Percentages of Color #9e82df

%29
%42
%0
%13

Triadic Colors of #9e82df

#9e82df #df9e82 #82df9e

Analogous Colors of #9e82df

#9e82df #cd82df #8295df

Monochromatic Colors of #9e82df

#9e82df

Complementary Color

#9e82df #c3df82

#9e82df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e82df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e82df Color CSS Codes

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

#9e82df Text Font Color

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

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


#9e82df Background Color

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

This div background color is #9e82df


#9e82df Border Color

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

This div border color is #9e82df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,130,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e82df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e82df;
  -webkit-box-shadow: 1px 1px 3px 2px #9e82df;
  box-shadow:         1px 1px 3px 2px #9e82df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,130,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e82df


Comments

No comments written yet.

Please login to write comment.