Color Hex Logo

#955aec Color Hex

#955AEC
(149,90,236)
0 Favorites   0 Comments

Color spaces of #955aec

RGB 14990236
HSL0.730.790.64
HSV264°62°93°
CMYK 0.370.620.00   0.07
XYZ31.190919.758081.5266
Yxy19.75800.23540.1491
Hunter Lab44.450047.4674-77.6300
CIE-Lab51.562553.6612-65.1243

#955aec color RGB value is (149,90,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011010 11101100
Octal 225 132 354
Decimal 149 90 236
Hex 95 5A EC

RGB Percentages of Color #955aec

%31.37
%18.95
%49.68

CMYK Percentages of Color #955aec

%37
%62
%0
%7

Triadic Colors of #955aec

#955aec #ec955a #5aec95

Analogous Colors of #955aec

#955aec #de5aec #5a68ec

Monochromatic Colors of #955aec

#955aec

Complementary Color

#955aec #b1ec5a

#955aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#955aec Color CSS Codes

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

#955aec Text Font Color

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

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


#955aec Background Color

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

This div background color is #955aec


#955aec Border Color

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

This div border color is #955aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955aec


Comments

No comments written yet.

Please login to write comment.