Color Hex Logo

#995daa Color Hex

#995DAA
(153,93,170)
0 Favorites   0 Comments

Color spaces of #995daa

RGB 15393170
HSL0.800.310.52
HSV287°45°67°
CMYK 0.100.450.00   0.33
XYZ24.306917.503340.1276
Yxy17.50330.29670.2136
Hunter Lab41.836930.4923-27.5817
CIE-Lab48.888037.6811-31.5159

#995daa color RGB value is (153,93,170).

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

The process color (four color CMYK) of #995daa color hex is 0.10, 0.45, 0.00, 0.33. Web safe color of #995daa is #996699. Color #995daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011101 10101010
Octal 231 135 252
Decimal 153 93 170
Hex 99 5D AA

RGB Percentages of Color #995daa

%36.78
%22.36
%40.87

CMYK Percentages of Color #995daa

%10
%45
%0
%33

Triadic Colors of #995daa

#995daa #aa995d #5daa99

Analogous Colors of #995daa

#995daa #aa5d95 #735daa

Monochromatic Colors of #995daa

#995daa

Complementary Color

#995daa #6eaa5d

#995daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#995daa Color CSS Codes

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

#995daa Text Font Color

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

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


#995daa Background Color

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

This div background color is #995daa


#995daa Border Color

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

This div border color is #995daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995daa


Comments

No comments written yet.

Please login to write comment.