Color Hex Logo

#955ade Color Hex

#955ADE
(149,90,222)
0 Favorites   0 Comments

Color spaces of #955ade

RGB 14990222
HSL0.740.670.61
HSV267°59°87°
CMYK 0.330.590.00   0.13
XYZ29.235418.975871.2291
Yxy18.97580.24480.1589
Hunter Lab43.561243.5652-66.4551
CIE-Lab50.658950.1926-58.6893

#955ade color RGB value is (149,90,222).

#955ade hex color red value is 149, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #955ade hue: 0.74 , saturation: 0.67 and the lightness value of 955ade is 0.61.

The process color (four color CMYK) of #955ade color hex is 0.33, 0.59, 0.00, 0.13. Web safe color of #955ade is #9966cc. Color #955ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011010 11011110
Octal 225 132 336
Decimal 149 90 222
Hex 95 5A DE

RGB Percentages of Color #955ade

%32.32
%19.52
%48.16

CMYK Percentages of Color #955ade

%33
%59
%0
%13

Triadic Colors of #955ade

#955ade #de955a #5ade95

Analogous Colors of #955ade

#955ade #d75ade #5a61de

Monochromatic Colors of #955ade

#955ade

Complementary Color

#955ade #a3de5a

#955ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#955ade Color CSS Codes

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

#955ade Text Font Color

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

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


#955ade Background Color

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

This div background color is #955ade


#955ade Border Color

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

This div border color is #955ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955ade


Comments

No comments written yet.

Please login to write comment.