Color Hex Logo

#953979 Color Hex

#953979
(149,57,121)
0 Favorites   0 Comments

Color spaces of #953979

RGB 14957121
HSL0.880.450.40
HSV318°62°58°
CMYK 0.000.620.19   0.42
XYZ17.308710.696319.2415
Yxy10.69630.36630.2264
Hunter Lab32.705237.2342-11.9885
CIE-Lab39.064246.0623-17.2954

#953979 color RGB value is (149,57,121).

#953979 hex color red value is 149, green value is 57 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #953979 hue: 0.88 , saturation: 0.45 and the lightness value of 953979 is 0.40.

The process color (four color CMYK) of #953979 color hex is 0.00, 0.62, 0.19, 0.42. Web safe color of #953979 is #993366. Color #953979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111001 01111001
Octal 225 71 171
Decimal 149 57 121
Hex 95 39 79

RGB Percentages of Color #953979

%45.57
%17.43
%37.00

CMYK Percentages of Color #953979

%0
%62
%19
%42

Triadic Colors of #953979

#953979 #799539 #397995

Analogous Colors of #953979

#953979 #95394b #833995

Monochromatic Colors of #953979

#953979

Complementary Color

#953979 #399555

#953979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953979 Color CSS Codes

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

#953979 Text Font Color

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

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


#953979 Background Color

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

This div background color is #953979


#953979 Border Color

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

This div border color is #953979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953979


Comments

No comments written yet.

Please login to write comment.