Color Hex Logo

#955cae Color Hex

#955CAE
(149,92,174)
0 Favorites   0 Comments

Color spaces of #955cae

RGB 14992174
HSL0.780.340.52
HSV282°47°68°
CMYK 0.140.470.00   0.32
XYZ23.861617.099842.0874
Yxy17.09980.28730.2059
Hunter Lab41.351930.6354-31.3982
CIE-Lab48.385537.8970-34.6796

#955cae color RGB value is (149,92,174).

#955cae hex color red value is 149, green value is 92 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #955cae hue: 0.78 , saturation: 0.34 and the lightness value of 955cae is 0.52.

The process color (four color CMYK) of #955cae color hex is 0.14, 0.47, 0.00, 0.32. Web safe color of #955cae is #996699. Color #955cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011100 10101110
Octal 225 134 256
Decimal 149 92 174
Hex 95 5C AE

RGB Percentages of Color #955cae

%35.90
%22.17
%41.93

CMYK Percentages of Color #955cae

%14
%47
%0
%32

Triadic Colors of #955cae

#955cae #ae955c #5cae95

Analogous Colors of #955cae

#955cae #ae5c9e #6c5cae

Monochromatic Colors of #955cae

#955cae

Complementary Color

#955cae #75ae5c

#955cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#955cae Color CSS Codes

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

#955cae Text Font Color

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

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


#955cae Background Color

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

This div background color is #955cae


#955cae Border Color

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

This div border color is #955cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955cae


Comments

No comments written yet.

Please login to write comment.