Color Hex Logo

#955aee Color Hex

#955AEE
(149,90,238)
0 Favorites   0 Comments

Color spaces of #955aee

RGB 14990238
HSL0.730.810.64
HSV264°62°93°
CMYK 0.370.620.00   0.07
XYZ31.483219.874983.0658
Yxy19.87490.23420.1479
Hunter Lab44.581348.0391-79.2649
CIE-Lab51.695554.1619-66.0309

#955aee color RGB value is (149,90,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011010 11101110
Octal 225 132 356
Decimal 149 90 238
Hex 95 5A EE

RGB Percentages of Color #955aee

%31.24
%18.87
%49.90

CMYK Percentages of Color #955aee

%37
%62
%0
%7

Triadic Colors of #955aee

#955aee #ee955a #5aee95

Analogous Colors of #955aee

#955aee #df5aee #5a69ee

Monochromatic Colors of #955aee

#955aee

Complementary Color

#955aee #b3ee5a

#955aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#955aee Color CSS Codes

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

#955aee Text Font Color

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

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


#955aee Background Color

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

This div background color is #955aee


#955aee Border Color

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

This div border color is #955aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955aee


Comments

No comments written yet.

Please login to write comment.