Color Hex Logo

#953bae Color Hex

#953BAE
(149,59,174)
0 Favorites   0 Comments

Color spaces of #953bae

RGB 14959174
HSL0.800.490.46
HSV287°66°68°
CMYK 0.140.660.00   0.32
XYZ21.598412.573541.3330
Yxy12.57350.28610.1665
Hunter Lab35.459146.6721-44.2901
CIE-Lab42.113554.6265-44.6178

#953bae color RGB value is (149,59,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111011 10101110
Octal 225 73 256
Decimal 149 59 174
Hex 95 3B AE

RGB Percentages of Color #953bae

%39.01
%15.45
%45.55

CMYK Percentages of Color #953bae

%14
%66
%0
%32

Triadic Colors of #953bae

#953bae #ae953b #3bae95

Analogous Colors of #953bae

#953bae #ae3b8e #5c3bae

Monochromatic Colors of #953bae

#953bae

Complementary Color

#953bae #54ae3b

#953bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#953bae Color CSS Codes

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

#953bae Text Font Color

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

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


#953bae Background Color

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

This div background color is #953bae


#953bae Border Color

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

This div border color is #953bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953bae

#953bae Color Palettes


Comments

No comments written yet.

Please login to write comment.