Color Hex Logo

#955aac Color Hex

#955AAC
(149,90,172)
0 Favorites   0 Comments

Color spaces of #955aac

RGB 14990172
HSL0.790.330.51
HSV283°48°67°
CMYK 0.130.480.00   0.33
XYZ23.497016.680441.0109
Yxy16.68040.28940.2055
Hunter Lab40.841631.2217-30.9466
CIE-Lab47.854838.5699-34.3419

#955aac color RGB value is (149,90,172).

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

The process color (four color CMYK) of #955aac color hex is 0.13, 0.48, 0.00, 0.33. Web safe color of #955aac is #996699. Color #955aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011010 10101100
Octal 225 132 254
Decimal 149 90 172
Hex 95 5A AC

RGB Percentages of Color #955aac

%36.25
%21.90
%41.85

CMYK Percentages of Color #955aac

%13
%48
%0
%33

Triadic Colors of #955aac

#955aac #ac955a #5aac95

Analogous Colors of #955aac

#955aac #ac5a9a #6c5aac

Monochromatic Colors of #955aac

#955aac

Complementary Color

#955aac #71ac5a

#955aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#955aac Color CSS Codes

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

#955aac Text Font Color

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

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


#955aac Background Color

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

This div background color is #955aac


#955aac Border Color

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

This div border color is #955aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955aac


Comments

No comments written yet.

Please login to write comment.