Color Hex Logo

#955bac Color Hex

#955BAC
(149,91,172)
0 Favorites   0 Comments

Color spaces of #955bac

RGB 14991172
HSL0.790.330.52
HSV283°47°67°
CMYK 0.130.470.00   0.33
XYZ23.581916.850341.0393
Yxy16.85030.28940.2068
Hunter Lab41.049130.7087-30.5414
CIE-Lab48.070938.0161-34.0027

#955bac color RGB value is (149,91,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011011 10101100
Octal 225 133 254
Decimal 149 91 172
Hex 95 5B AC

RGB Percentages of Color #955bac

%36.17
%22.09
%41.75

CMYK Percentages of Color #955bac

%13
%47
%0
%33

Triadic Colors of #955bac

#955bac #ac955b #5bac95

Analogous Colors of #955bac

#955bac #ac5b9b #6d5bac

Monochromatic Colors of #955bac

#955bac

Complementary Color

#955bac #72ac5b

#955bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#955bac Color CSS Codes

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

#955bac Text Font Color

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

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


#955bac Background Color

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

This div background color is #955bac


#955bac Border Color

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

This div border color is #955bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955bac


Comments

No comments written yet.

Please login to write comment.