Color Hex Logo

#9c76dd Color Hex

#9C76DD
(156,118,221)
0 Favorites   0 Comments

Color spaces of #9c76dd

RGB 156118221
HSL0.730.600.66
HSV262°47°87°
CMYK 0.290.470.00   0.13
XYZ33.239925.245271.5275
Yxy25.24520.25570.1942
Hunter Lab50.244630.1607-49.2332
CIE-Lab57.313636.2645-47.4578

#9c76dd color RGB value is (156,118,221).

#9c76dd hex color red value is 156, green value is 118 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9c76dd hue: 0.73 , saturation: 0.60 and the lightness value of 9c76dd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01110110 11011101
Octal 234 166 335
Decimal 156 118 221
Hex 9C 76 DD

RGB Percentages of Color #9c76dd

%31.52
%23.84
%44.65

CMYK Percentages of Color #9c76dd

%29
%47
%0
%13

Triadic Colors of #9c76dd

#9c76dd #dd9c76 #76dd9c

Analogous Colors of #9c76dd

#9c76dd #d076dd #7684dd

Monochromatic Colors of #9c76dd

#9c76dd

Complementary Color

#9c76dd #b7dd76

#9c76dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c76dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c76dd Color CSS Codes

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

#9c76dd Text Font Color

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

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


#9c76dd Background Color

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

This div background color is #9c76dd


#9c76dd Border Color

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

This div border color is #9c76dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c76dd


Comments

No comments written yet.

Please login to write comment.