Color Hex Logo

#9995cc Color Hex

#9995CC
(153,149,204)
0 Favorites   0 Comments

Color spaces of #9995cc

RGB 153149204
HSL0.680.350.69
HSV244°27°80°
CMYK 0.250.270.00   0.20
XYZ34.783432.626861.5911
Yxy32.62680.26960.2529
Hunter Lab57.11998.7386-23.9472
CIE-Lab63.857613.4278-27.7198

#9995cc color RGB value is (153,149,204).

#9995cc hex color red value is 153, green value is 149 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9995cc hue: 0.68 , saturation: 0.35 and the lightness value of 9995cc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010101 11001100
Octal 231 225 314
Decimal 153 149 204
Hex 99 95 CC

RGB Percentages of Color #9995cc

%30.24
%29.45
%40.32

CMYK Percentages of Color #9995cc

%25
%27
%0
%20

Triadic Colors of #9995cc

#9995cc #cc9995 #95cc99

Analogous Colors of #9995cc

#9995cc #b595cc #95adcc

Monochromatic Colors of #9995cc

#9995cc

Complementary Color

#9995cc #c8cc95

#9995cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9995cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9995cc Color CSS Codes

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

#9995cc Text Font Color

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

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


#9995cc Background Color

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

This div background color is #9995cc


#9995cc Border Color

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

This div border color is #9995cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,149,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 #9995cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9995cc


Comments

No comments written yet.

Please login to write comment.