Color Hex Logo

#9985cc Color Hex

#9985CC
(153,133,204)
0 Favorites   0 Comments

Color spaces of #9985cc

RGB 153133204
HSL0.710.410.66
HSV257°35°80°
CMYK 0.250.350.00   0.20
XYZ32.423527.907060.8044
Yxy27.90700.26770.2304
Hunter Lab52.827117.1100-31.2643
CIE-Lab59.804622.6191-34.0004

#9985cc color RGB value is (153,133,204).

#9985cc hex color red value is 153, green value is 133 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9985cc hue: 0.71 , saturation: 0.41 and the lightness value of 9985cc is 0.66.

The process color (four color CMYK) of #9985cc color hex is 0.25, 0.35, 0.00, 0.20. Web safe color of #9985cc is #9999cc. Color #9985cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000101 11001100
Octal 231 205 314
Decimal 153 133 204
Hex 99 85 CC

RGB Percentages of Color #9985cc

%31.22
%27.14
%41.63

CMYK Percentages of Color #9985cc

%25
%35
%0
%20

Triadic Colors of #9985cc

#9985cc #cc9985 #85cc99

Analogous Colors of #9985cc

#9985cc #bd85cc #8595cc

Monochromatic Colors of #9985cc

#9985cc

Complementary Color

#9985cc #b8cc85

#9985cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9985cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9985cc Color CSS Codes

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

#9985cc Text Font Color

<p style="color:#9985cc">Text here</p>

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


#9985cc Background Color

<div style="background-color:#9985cc">
Div content here</div>

This div background color is #9985cc


#9985cc Border Color

<div style="border:3px solid #9985cc">
Div here</div>

This div border color is #9985cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,133,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9985cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9985cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9985cc;
  box-shadow:         1px 1px 3px 2px #9985cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9985cc


Comments

No comments written yet.

Please login to write comment.