Color Hex Logo

#954977 Color Hex

#954977
(149,73,119)
0 Favorites   0 Comments

Color spaces of #954977

RGB 14973119
HSL0.900.340.44
HSV324°51°58°
CMYK 0.000.510.20   0.42
XYZ18.106712.486618.9086
Yxy12.48660.36580.2522
Hunter Lab35.336429.6264-6.9908
CIE-Lab41.979337.7874-11.6183

#954977 color RGB value is (149,73,119).

#954977 hex color red value is 149, green value is 73 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #954977 hue: 0.90 , saturation: 0.34 and the lightness value of 954977 is 0.44.

The process color (four color CMYK) of #954977 color hex is 0.00, 0.51, 0.20, 0.42. Web safe color of #954977 is #993366. Color #954977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001001 01110111
Octal 225 111 167
Decimal 149 73 119
Hex 95 49 77

RGB Percentages of Color #954977

%43.70
%21.41
%34.90

CMYK Percentages of Color #954977

%0
%51
%20
%42

Triadic Colors of #954977

#954977 #779549 #497795

Analogous Colors of #954977

#954977 #954951 #8d4995

Monochromatic Colors of #954977

#954977

Complementary Color

#954977 #499567

#954977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#954977 Color CSS Codes

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

#954977 Text Font Color

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

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


#954977 Background Color

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

This div background color is #954977


#954977 Border Color

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

This div border color is #954977


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,73,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #954977; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #954977;
  -webkit-box-shadow: 1px 1px 3px 2px #954977;
  box-shadow:         1px 1px 3px 2px #954977; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954977


Comments

No comments written yet.

Please login to write comment.