Color Hex Logo

#995aca Color Hex

#995ACA
(153,90,202)
0 Favorites   0 Comments

Color spaces of #995aca

RGB 15390202
HSL0.760.510.57
HSV274°55°79°
CMYK 0.240.550.00   0.21
XYZ27.453718.348957.9718
Yxy18.34890.26460.1768
Hunter Lab42.835639.4398-50.2555
CIE-Lab49.916646.3915-48.4504

#995aca color RGB value is (153,90,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011010 11001010
Octal 231 132 312
Decimal 153 90 202
Hex 99 5A CA

RGB Percentages of Color #995aca

%34.38
%20.22
%45.39

CMYK Percentages of Color #995aca

%24
%55
%0
%21

Triadic Colors of #995aca

#995aca #ca995a #5aca99

Analogous Colors of #995aca

#995aca #ca5ac3 #615aca

Monochromatic Colors of #995aca

#995aca

Complementary Color

#995aca #8bca5a

#995aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#995aca Color CSS Codes

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

#995aca Text Font Color

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

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


#995aca Background Color

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

This div background color is #995aca


#995aca Border Color

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

This div border color is #995aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995aca


Comments

No comments written yet.

Please login to write comment.