Color Hex Logo

#9d0cdc Color Hex

#9D0CDC
(157,12,220)
0 Favorites   0 Comments

Color spaces of #9d0cdc

RGB 15712220
HSL0.780.900.45
HSV282°95°86°
CMYK 0.290.950.00   0.14
XYZ26.954412.598368.7212
Yxy12.59830.24890.1164
Hunter Lab35.494173.4392-89.9474
CIE-Lab42.151677.8452-71.2949

#9d0cdc color RGB value is (157,12,220).

#9d0cdc hex color red value is 157, green value is 12 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9d0cdc hue: 0.78 , saturation: 0.90 and the lightness value of 9d0cdc is 0.45.

The process color (four color CMYK) of #9d0cdc color hex is 0.29, 0.95, 0.00, 0.14. Web safe color of #9d0cdc is #9900cc. Color #9d0cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00001100 11011100
Octal 235 14 334
Decimal 157 12 220
Hex 9D C DC

RGB Percentages of Color #9d0cdc

%40.36
%3.08
%56.56

CMYK Percentages of Color #9d0cdc

%29
%95
%0
%14

Triadic Colors of #9d0cdc

#9d0cdc #dc9d0c #0cdc9d

Analogous Colors of #9d0cdc

#9d0cdc #dc0cb3 #350cdc

Monochromatic Colors of #9d0cdc

#9d0cdc

Complementary Color

#9d0cdc #4bdc0c

#9d0cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d0cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d0cdc Color CSS Codes

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

#9d0cdc Text Font Color

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

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


#9d0cdc Background Color

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

This div background color is #9d0cdc


#9d0cdc Border Color

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

This div border color is #9d0cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d0cdc


Comments

No comments written yet.

Please login to write comment.