Color Hex Logo

#9c1edc Color Hex

#9C1EDC
(156,30,220)
0 Favorites   0 Comments

Color spaces of #9c1edc

RGB 15630220
HSL0.780.760.49
HSV280°86°86°
CMYK 0.290.860.00   0.14
XYZ27.092813.163868.8231
Yxy13.16380.24840.1207
Hunter Lab36.282069.7978-87.0696
CIE-Lab43.009074.7108-69.9014

#9c1edc color RGB value is (156,30,220).

#9c1edc hex color red value is 156, green value is 30 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9c1edc hue: 0.78 , saturation: 0.76 and the lightness value of 9c1edc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00011110 11011100
Octal 234 36 334
Decimal 156 30 220
Hex 9C 1E DC

RGB Percentages of Color #9c1edc

%38.42
%7.39
%54.19

CMYK Percentages of Color #9c1edc

%29
%86
%0
%14

Triadic Colors of #9c1edc

#9c1edc #dc9c1e #1edc9c

Analogous Colors of #9c1edc

#9c1edc #dc1ebd #3d1edc

Monochromatic Colors of #9c1edc

#9c1edc

Complementary Color

#9c1edc #5edc1e

#9c1edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c1edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c1edc Color CSS Codes

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

#9c1edc Text Font Color

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

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


#9c1edc Background Color

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

This div background color is #9c1edc


#9c1edc Border Color

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

This div border color is #9c1edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c1edc


Comments

No comments written yet.

Please login to write comment.