Color Hex Logo

#953aea Color Hex

#953AEA
(149,58,234)
0 Favorites   0 Comments

Color spaces of #953aea

RGB 14958234
HSL0.750.810.57
HSV271°75°92°
CMYK 0.360.750.00   0.08
XYZ28.758815.356279.2902
Yxy15.35620.23300.1244
Hunter Lab39.187062.4215-92.5354
CIE-Lab46.118367.9201-72.8349

#953aea color RGB value is (149,58,234).

#953aea hex color red value is 149, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #953aea hue: 0.75 , saturation: 0.81 and the lightness value of 953aea is 0.57.

The process color (four color CMYK) of #953aea color hex is 0.36, 0.75, 0.00, 0.08. Web safe color of #953aea is #9933ff. Color #953aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111010 11101010
Octal 225 72 352
Decimal 149 58 234
Hex 95 3A EA

RGB Percentages of Color #953aea

%33.79
%13.15
%53.06

CMYK Percentages of Color #953aea

%36
%75
%0
%8

Triadic Colors of #953aea

#953aea #ea953a #3aea95

Analogous Colors of #953aea

#953aea #ea3ae7 #3d3aea

Monochromatic Colors of #953aea

#953aea

Complementary Color

#953aea #8fea3a

#953aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#953aea Color CSS Codes

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

#953aea Text Font Color

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

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


#953aea Background Color

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

This div background color is #953aea


#953aea Border Color

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

This div border color is #953aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953aea


Comments

No comments written yet.

Please login to write comment.