Color Hex Logo

#995dde Color Hex

#995DDE
(153,93,222)
0 Favorites   0 Comments

Color spaces of #995dde

RGB 15393222
HSL0.740.660.62
HSV268°58°87°
CMYK 0.310.580.00   0.13
XYZ30.236019.874971.3499
Yxy19.87490.24890.1636
Hunter Lab44.581343.0454-63.6835
CIE-Lab51.695549.5320-57.0002

#995dde color RGB value is (153,93,222).

#995dde hex color red value is 153, green value is 93 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #995dde hue: 0.74 , saturation: 0.66 and the lightness value of 995dde is 0.62.

The process color (four color CMYK) of #995dde color hex is 0.31, 0.58, 0.00, 0.13. Web safe color of #995dde is #9966cc. Color #995dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011101 11011110
Octal 231 135 336
Decimal 153 93 222
Hex 99 5D DE

RGB Percentages of Color #995dde

%32.69
%19.87
%47.44

CMYK Percentages of Color #995dde

%31
%58
%0
%13

Triadic Colors of #995dde

#995dde #de995d #5dde99

Analogous Colors of #995dde

#995dde #da5dde #5d62de

Monochromatic Colors of #995dde

#995dde

Complementary Color

#995dde #a2de5d

#995dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#995dde Color CSS Codes

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

#995dde Text Font Color

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

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


#995dde Background Color

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

This div background color is #995dde


#995dde Border Color

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

This div border color is #995dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995dde


Comments

No comments written yet.

Please login to write comment.