Color Hex Logo

#995fcd Color Hex

#995FCD
(153,95,205)
0 Favorites   0 Comments

Color spaces of #995fcd

RGB 15395205
HSL0.750.520.59
HSV272°54°80°
CMYK 0.250.540.00   0.20
XYZ28.248519.364560.0065
Yxy19.36450.26250.1799
Hunter Lab44.005137.5768-50.0458
CIE-Lab51.111044.4026-48.2659

#995fcd color RGB value is (153,95,205).

#995fcd hex color red value is 153, green value is 95 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #995fcd hue: 0.75 , saturation: 0.52 and the lightness value of 995fcd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011111 11001101
Octal 231 137 315
Decimal 153 95 205
Hex 99 5F CD

RGB Percentages of Color #995fcd

%33.77
%20.97
%45.25

CMYK Percentages of Color #995fcd

%25
%54
%0
%20

Triadic Colors of #995fcd

#995fcd #cd995f #5fcd99

Analogous Colors of #995fcd

#995fcd #cd5fca #625fcd

Monochromatic Colors of #995fcd

#995fcd

Complementary Color

#995fcd #93cd5f

#995fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#995fcd Color CSS Codes

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

#995fcd Text Font Color

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

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


#995fcd Background Color

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

This div background color is #995fcd


#995fcd Border Color

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

This div border color is #995fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995fcd


Comments

No comments written yet.

Please login to write comment.