Color Hex Logo

#995cca Color Hex

#995CCA
(153,92,202)
0 Favorites   0 Comments

Color spaces of #995cca

RGB 15392202
HSL0.760.510.58
HSV273°54°79°
CMYK 0.240.540.00   0.21
XYZ27.624718.690958.0288
Yxy18.69090.26470.1791
Hunter Lab43.233038.3990-49.3180
CIE-Lab50.323645.3220-47.8018

#995cca color RGB value is (153,92,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011100 11001010
Octal 231 134 312
Decimal 153 92 202
Hex 99 5C CA

RGB Percentages of Color #995cca

%34.23
%20.58
%45.19

CMYK Percentages of Color #995cca

%24
%54
%0
%21

Triadic Colors of #995cca

#995cca #ca995c #5cca99

Analogous Colors of #995cca

#995cca #ca5cc4 #625cca

Monochromatic Colors of #995cca

#995cca

Complementary Color

#995cca #8dca5c

#995cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#995cca Color CSS Codes

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

#995cca Text Font Color

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

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


#995cca Background Color

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

This div background color is #995cca


#995cca Border Color

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

This div border color is #995cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995cca


Comments

No comments written yet.

Please login to write comment.