Color Hex Logo

#953dac Color Hex

#953DAC
(149,61,172)
0 Favorites   0 Comments

Color spaces of #953dac

RGB 14961172
HSL0.800.480.46
HSV288°65°67°
CMYK 0.130.650.00   0.33
XYZ21.509612.705640.3485
Yxy12.70560.28850.1704
Hunter Lab35.644945.3356-42.1623
CIE-Lab42.316353.3336-43.1092

#953dac color RGB value is (149,61,172).

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

The process color (four color CMYK) of #953dac color hex is 0.13, 0.65, 0.00, 0.33. Web safe color of #953dac is #993399. Color #953dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111101 10101100
Octal 225 75 254
Decimal 149 61 172
Hex 95 3D AC

RGB Percentages of Color #953dac

%39.01
%15.97
%45.03

CMYK Percentages of Color #953dac

%13
%65
%0
%33

Triadic Colors of #953dac

#953dac #ac953d #3dac95

Analogous Colors of #953dac

#953dac #ac3d8c #5e3dac

Monochromatic Colors of #953dac

#953dac

Complementary Color

#953dac #54ac3d

#953dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#953dac Color CSS Codes

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

#953dac Text Font Color

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

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


#953dac Background Color

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

This div background color is #953dac


#953dac Border Color

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

This div border color is #953dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,61,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953dac


Comments

No comments written yet.

Please login to write comment.