Color Hex Logo

#9c82dd Color Hex

#9C82DD
(156,130,221)
0 Favorites   0 Comments

Color spaces of #9c82dd

RGB 156130221
HSL0.710.570.69
HSV257°41°87°
CMYK 0.290.410.00   0.13
XYZ34.744128.253672.0289
Yxy28.25360.25730.2092
Hunter Lab53.154123.6565-43.1357
CIE-Lab60.117229.4155-43.0293

#9c82dd color RGB value is (156,130,221).

#9c82dd hex color red value is 156, green value is 130 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9c82dd hue: 0.71 , saturation: 0.57 and the lightness value of 9c82dd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000010 11011101
Octal 234 202 335
Decimal 156 130 221
Hex 9C 82 DD

RGB Percentages of Color #9c82dd

%30.77
%25.64
%43.59

CMYK Percentages of Color #9c82dd

%29
%41
%0
%13

Triadic Colors of #9c82dd

#9c82dd #dd9c82 #82dd9c

Analogous Colors of #9c82dd

#9c82dd #ca82dd #8296dd

Monochromatic Colors of #9c82dd

#9c82dd

Complementary Color

#9c82dd #c3dd82

#9c82dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c82dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c82dd Color CSS Codes

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

#9c82dd Text Font Color

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

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


#9c82dd Background Color

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

This div background color is #9c82dd


#9c82dd Border Color

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

This div border color is #9c82dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c82dd


Comments

No comments written yet.

Please login to write comment.