Color Hex Logo

#995ded Color Hex

#995DED
(153,93,237)
0 Favorites   0 Comments

Color spaces of #995ded

RGB 15393237
HSL0.740.800.65
HSV265°61°93°
CMYK 0.350.610.00   0.07
XYZ32.337320.715482.4149
Yxy20.71540.23870.1529
Hunter Lab45.514247.1724-75.4996
CIE-Lab52.636653.2059-63.9296

#995ded color RGB value is (153,93,237).

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

The process color (four color CMYK) of #995ded color hex is 0.35, 0.61, 0.00, 0.07. Web safe color of #995ded is #9966ff. Color #995ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011101 11101101
Octal 231 135 355
Decimal 153 93 237
Hex 99 5D ED

RGB Percentages of Color #995ded

%31.68
%19.25
%49.07

CMYK Percentages of Color #995ded

%35
%61
%0
%7

Triadic Colors of #995ded

#995ded #ed995d #5ded99

Analogous Colors of #995ded

#995ded #e15ded #5d69ed

Monochromatic Colors of #995ded

#995ded

Complementary Color

#995ded #b1ed5d

#995ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#995ded Color CSS Codes

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

#995ded Text Font Color

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

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


#995ded Background Color

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

This div background color is #995ded


#995ded Border Color

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

This div border color is #995ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995ded


Comments

No comments written yet.

Please login to write comment.