Color Hex Logo

#9e82dc Color Hex

#9E82DC
(158,130,220)
0 Favorites   0 Comments

Color spaces of #9e82dc

RGB 158130220
HSL0.720.560.69
HSV259°41°86°
CMYK 0.280.410.00   0.14
XYZ35.001528.401771.3474
Yxy28.40170.25980.2108
Hunter Lab53.293223.9706-42.0704
CIE-Lab60.249929.7239-42.2491

#9e82dc color RGB value is (158,130,220).

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

The process color (four color CMYK) of #9e82dc color hex is 0.28, 0.41, 0.00, 0.14. Web safe color of #9e82dc is #9999cc. Color #9e82dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000010 11011100
Octal 236 202 334
Decimal 158 130 220
Hex 9E 82 DC

RGB Percentages of Color #9e82dc

%31.10
%25.59
%43.31

CMYK Percentages of Color #9e82dc

%28
%41
%0
%14

Triadic Colors of #9e82dc

#9e82dc #dc9e82 #82dc9e

Analogous Colors of #9e82dc

#9e82dc #cb82dc #8293dc

Monochromatic Colors of #9e82dc

#9e82dc

Complementary Color

#9e82dc #c0dc82

#9e82dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e82dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e82dc Color CSS Codes

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

#9e82dc Text Font Color

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

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


#9e82dc Background Color

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

This div background color is #9e82dc


#9e82dc Border Color

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

This div border color is #9e82dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e82dc


Comments

No comments written yet.

Please login to write comment.