Color Hex Logo

#995dcb Color Hex

#995DCB
(153,93,203)
0 Favorites   0 Comments

Color spaces of #995dcb

RGB 15393203
HSL0.760.510.58
HSV273°54°80°
CMYK 0.250.540.00   0.20
XYZ27.830718.912858.6836
Yxy18.91280.26400.1794
Hunter Lab43.488838.1256-49.5634
CIE-Lab50.585045.0163-47.9587

#995dcb color RGB value is (153,93,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011101 11001011
Octal 231 135 313
Decimal 153 93 203
Hex 99 5D CB

RGB Percentages of Color #995dcb

%34.08
%20.71
%45.21

CMYK Percentages of Color #995dcb

%25
%54
%0
%20

Triadic Colors of #995dcb

#995dcb #cb995d #5dcb99

Analogous Colors of #995dcb

#995dcb #cb5dc6 #625dcb

Monochromatic Colors of #995dcb

#995dcb

Complementary Color

#995dcb #8fcb5d

#995dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#995dcb Color CSS Codes

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

#995dcb Text Font Color

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

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


#995dcb Background Color

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

This div background color is #995dcb


#995dcb Border Color

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

This div border color is #995dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995dcb


Comments

No comments written yet.

Please login to write comment.