Color Hex Logo

#995dca Color Hex

#995DCA
(153,93,202)
0 Favorites   0 Comments

Color spaces of #995dca

RGB 15393202
HSL0.760.510.58
HSV273°54°79°
CMYK 0.240.540.00   0.21
XYZ27.711918.865358.0579
Yxy18.86530.26480.1803
Hunter Lab43.434237.8768-48.8482
CIE-Lab50.529244.7837-47.4743

#995dca color RGB value is (153,93,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011101 11001010
Octal 231 135 312
Decimal 153 93 202
Hex 99 5D CA

RGB Percentages of Color #995dca

%34.15
%20.76
%45.09

CMYK Percentages of Color #995dca

%24
%54
%0
%21

Triadic Colors of #995dca

#995dca #ca995d #5dca99

Analogous Colors of #995dca

#995dca #ca5dc5 #635dca

Monochromatic Colors of #995dca

#995dca

Complementary Color

#995dca #8eca5d

#995dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#995dca Color CSS Codes

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

#995dca Text Font Color

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

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


#995dca Background Color

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

This div background color is #995dca


#995dca Border Color

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

This div border color is #995dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995dca


Comments

No comments written yet.

Please login to write comment.