Color Hex Logo

#995ddc Color Hex

#995DDC
(153,93,220)
0 Favorites   0 Comments

Color spaces of #995ddc

RGB 15393220
HSL0.750.640.61
HSV268°58°86°
CMYK 0.300.580.00   0.14
XYZ29.969519.768369.9462
Yxy19.76830.25040.1652
Hunter Lab44.461642.5110-62.1510
CIE-Lab51.574249.0488-56.0625

#995ddc color RGB value is (153,93,220).

#995ddc hex color red value is 153, green value is 93 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #995ddc hue: 0.75 , saturation: 0.64 and the lightness value of 995ddc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011101 11011100
Octal 231 135 334
Decimal 153 93 220
Hex 99 5D DC

RGB Percentages of Color #995ddc

%32.83
%19.96
%47.21

CMYK Percentages of Color #995ddc

%30
%58
%0
%14

Triadic Colors of #995ddc

#995ddc #dc995d #5ddc99

Analogous Colors of #995ddc

#995ddc #d95ddc #5d61dc

Monochromatic Colors of #995ddc

#995ddc

Complementary Color

#995ddc #a0dc5d

#995ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#995ddc Color CSS Codes

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

#995ddc Text Font Color

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

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


#995ddc Background Color

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

This div background color is #995ddc


#995ddc Border Color

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

This div border color is #995ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995ddc


Comments

No comments written yet.

Please login to write comment.