Color Hex Logo

#953daa Color Hex

#953DAA
(149,61,170)
0 Favorites   0 Comments

Color spaces of #953daa

RGB 14961170
HSL0.800.470.45
HSV288°64°67°
CMYK 0.120.640.00   0.33
XYZ21.318912.629339.3443
Yxy12.62930.29090.1723
Hunter Lab35.537744.8902-40.7644
CIE-Lab42.199352.9347-42.1090

#953daa color RGB value is (149,61,170).

#953daa hex color red value is 149, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #953daa hue: 0.80 , saturation: 0.47 and the lightness value of 953daa is 0.45.

The process color (four color CMYK) of #953daa color hex is 0.12, 0.64, 0.00, 0.33. Web safe color of #953daa is #993399. Color #953daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111101 10101010
Octal 225 75 252
Decimal 149 61 170
Hex 95 3D AA

RGB Percentages of Color #953daa

%39.21
%16.05
%44.74

CMYK Percentages of Color #953daa

%12
%64
%0
%33

Triadic Colors of #953daa

#953daa #aa953d #3daa95

Analogous Colors of #953daa

#953daa #aa3d89 #5f3daa

Monochromatic Colors of #953daa

#953daa

Complementary Color

#953daa #52aa3d

#953daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#953daa Color CSS Codes

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

#953daa Text Font Color

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

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


#953daa Background Color

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

This div background color is #953daa


#953daa Border Color

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

This div border color is #953daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,61,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 #953daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953daa


Comments

No comments written yet.

Please login to write comment.