Color Hex Logo

#995dcc Color Hex

#995DCC
(153,93,204)
0 Favorites   0 Comments

Color spaces of #995dcc

RGB 15393204
HSL0.760.520.58
HSV272°54°80°
CMYK 0.250.540.00   0.20
XYZ27.950318.960659.3134
Yxy18.96060.26310.1785
Hunter Lab43.543838.3757-50.2816
CIE-Lab50.641145.2497-48.4422

#995dcc color RGB value is (153,93,204).

#995dcc hex color red value is 153, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #995dcc hue: 0.76 , saturation: 0.52 and the lightness value of 995dcc is 0.58.

The process color (four color CMYK) of #995dcc color hex is 0.25, 0.54, 0.00, 0.20. Web safe color of #995dcc is #9966cc. Color #995dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011101 11001100
Octal 231 135 314
Decimal 153 93 204
Hex 99 5D CC

RGB Percentages of Color #995dcc

%34.00
%20.67
%45.33

CMYK Percentages of Color #995dcc

%25
%54
%0
%20

Triadic Colors of #995dcc

#995dcc #cc995d #5dcc99

Analogous Colors of #995dcc

#995dcc #cc5dc8 #615dcc

Monochromatic Colors of #995dcc

#995dcc

Complementary Color

#995dcc #90cc5d

#995dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#995dcc Color CSS Codes

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

#995dcc Text Font Color

<p style="color:#995dcc">Text here</p>

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


#995dcc Background Color

<div style="background-color:#995dcc">
Div content here</div>

This div background color is #995dcc


#995dcc Border Color

<div style="border:3px solid #995dcc">
Div here</div>

This div border color is #995dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995dcc


Comments

No comments written yet.

Please login to write comment.