Color Hex Logo

#9c85d7 Color Hex

#9C85D7
(156,133,215)
0 Favorites   0 Comments

Color spaces of #9c85d7

RGB 156133215
HSL0.710.510.68
HSV257°38°84°
CMYK 0.270.380.00   0.16
XYZ34.363628.749368.0280
Yxy28.74930.26200.2192
Hunter Lab53.618420.5671-37.6910
CIE-Lab60.559726.1980-38.9781

#9c85d7 color RGB value is (156,133,215).

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

The process color (four color CMYK) of #9c85d7 color hex is 0.27, 0.38, 0.00, 0.16. Web safe color of #9c85d7 is #9999cc. Color #9c85d7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000101 11010111
Octal 234 205 327
Decimal 156 133 215
Hex 9C 85 D7

RGB Percentages of Color #9c85d7

%30.95
%26.39
%42.66

CMYK Percentages of Color #9c85d7

%27
%38
%0
%16

Triadic Colors of #9c85d7

#9c85d7 #d79c85 #85d79c

Analogous Colors of #9c85d7

#9c85d7 #c585d7 #8597d7

Monochromatic Colors of #9c85d7

#9c85d7

Complementary Color

#9c85d7 #c0d785

#9c85d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c85d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c85d7 Color CSS Codes

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

#9c85d7 Text Font Color

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

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


#9c85d7 Background Color

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

This div background color is #9c85d7


#9c85d7 Border Color

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

This div border color is #9c85d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c85d7


Comments

No comments written yet.

Please login to write comment.