Color Hex Logo

#953bad Color Hex

#953BAD
(149,59,173)
0 Favorites   0 Comments

Color spaces of #953bad

RGB 14959173
HSL0.800.490.45
HSV287°66°68°
CMYK 0.140.660.00   0.32
XYZ21.501212.534640.8213
Yxy12.53460.28720.1674
Hunter Lab35.404246.4467-43.5788
CIE-Lab42.053554.4267-44.1212

#953bad color RGB value is (149,59,173).

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

The process color (four color CMYK) of #953bad color hex is 0.14, 0.66, 0.00, 0.32. Web safe color of #953bad is #993399. Color #953bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111011 10101101
Octal 225 73 255
Decimal 149 59 173
Hex 95 3B AD

RGB Percentages of Color #953bad

%39.11
%15.49
%45.41

CMYK Percentages of Color #953bad

%14
%66
%0
%32

Triadic Colors of #953bad

#953bad #ad953b #3bad95

Analogous Colors of #953bad

#953bad #ad3b8c #5c3bad

Monochromatic Colors of #953bad

#953bad

Complementary Color

#953bad #53ad3b

#953bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#953bad Color CSS Codes

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

#953bad Text Font Color

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

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


#953bad Background Color

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

This div background color is #953bad


#953bad Border Color

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

This div border color is #953bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953bad


Comments

No comments written yet.

Please login to write comment.