Color Hex Logo

#955aea Color Hex

#955AEA
(149,90,234)
0 Favorites   0 Comments

Color spaces of #955aea

RGB 14990234
HSL0.730.770.64
HSV265°62°92°
CMYK 0.360.620.00   0.08
XYZ30.901919.642480.0046
Yxy19.64240.23670.1505
Hunter Lab44.319746.8994-76.0046
CIE-Lab51.430553.1618-64.2147

#955aea color RGB value is (149,90,234).

#955aea hex color red value is 149, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #955aea hue: 0.73 , saturation: 0.77 and the lightness value of 955aea is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011010 11101010
Octal 225 132 352
Decimal 149 90 234
Hex 95 5A EA

RGB Percentages of Color #955aea

%31.50
%19.03
%49.47

CMYK Percentages of Color #955aea

%36
%62
%0
%8

Triadic Colors of #955aea

#955aea #ea955a #5aea95

Analogous Colors of #955aea

#955aea #dd5aea #5a67ea

Monochromatic Colors of #955aea

#955aea

Complementary Color

#955aea #afea5a

#955aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#955aea Color CSS Codes

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

#955aea Text Font Color

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

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


#955aea Background Color

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

This div background color is #955aea


#955aea Border Color

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

This div border color is #955aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955aea


Comments

No comments written yet.

Please login to write comment.