Color Hex Logo

#954cae Color Hex

#954CAE
(149,76,174)
0 Favorites   0 Comments

Color spaces of #954cae

RGB 14976174
HSL0.790.390.49
HSV285°56°68°
CMYK 0.140.560.00   0.32
XYZ22.618814.614441.6731
Yxy14.61440.28670.1852
Hunter Lab38.228838.7126-37.8717
CIE-Lab45.101546.4784-39.8622

#954cae color RGB value is (149,76,174).

#954cae hex color red value is 149, green value is 76 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #954cae hue: 0.79 , saturation: 0.39 and the lightness value of 954cae is 0.49.

The process color (four color CMYK) of #954cae color hex is 0.14, 0.56, 0.00, 0.32. Web safe color of #954cae is #993399. Color #954cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001100 10101110
Octal 225 114 256
Decimal 149 76 174
Hex 95 4C AE

RGB Percentages of Color #954cae

%37.34
%19.05
%43.61

CMYK Percentages of Color #954cae

%14
%56
%0
%32

Triadic Colors of #954cae

#954cae #ae954c #4cae95

Analogous Colors of #954cae

#954cae #ae4c96 #644cae

Monochromatic Colors of #954cae

#954cae

Complementary Color

#954cae #65ae4c

#954cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#954cae Color CSS Codes

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

#954cae Text Font Color

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

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


#954cae Background Color

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

This div background color is #954cae


#954cae Border Color

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

This div border color is #954cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954cae


Comments

No comments written yet.

Please login to write comment.