Color Hex Logo

#9c85dc Color Hex

#9C85DC
(156,133,220)
0 Favorites   0 Comments

Color spaces of #9c85dc

RGB 156133220
HSL0.710.550.69
HSV256°40°86°
CMYK 0.290.400.00   0.14
XYZ35.016129.010371.4641
Yxy29.01030.25840.2141
Hunter Lab53.861221.7888-40.9643
CIE-Lab60.790727.4428-41.4114

#9c85dc color RGB value is (156,133,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000101 11011100
Octal 234 205 334
Decimal 156 133 220
Hex 9C 85 DC

RGB Percentages of Color #9c85dc

%30.65
%26.13
%43.22

CMYK Percentages of Color #9c85dc

%29
%40
%0
%14

Triadic Colors of #9c85dc

#9c85dc #dc9c85 #85dc9c

Analogous Colors of #9c85dc

#9c85dc #c885dc #859adc

Monochromatic Colors of #9c85dc

#9c85dc

Complementary Color

#9c85dc #c5dc85

#9c85dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c85dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c85dc Color CSS Codes

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

#9c85dc Text Font Color

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

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


#9c85dc Background Color

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

This div background color is #9c85dc


#9c85dc Border Color

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

This div border color is #9c85dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c85dc


Comments

No comments written yet.

Please login to write comment.