Color Hex Logo

#956270 Color Hex

#956270
(149,98,112)
0 Favorites   0 Comments

Color spaces of #956270

RGB 14998112
HSL0.950.210.48
HSV344°34°58°
CMYK 0.000.340.25   0.42
XYZ19.686716.294817.4368
Yxy16.29480.36850.3050
Hunter Lab40.366816.41162.6459
CIE-Lab47.358922.73530.6306

#956270 color RGB value is (149,98,112).

#956270 hex color red value is 149, green value is 98 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #956270 hue: 0.95 , saturation: 0.21 and the lightness value of 956270 is 0.48.

The process color (four color CMYK) of #956270 color hex is 0.00, 0.34, 0.25, 0.42. Web safe color of #956270 is #996666. Color #956270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100010 01110000
Octal 225 142 160
Decimal 149 98 112
Hex 95 62 70

RGB Percentages of Color #956270

%41.50
%27.30
%31.20

CMYK Percentages of Color #956270

%0
%34
%25
%42

Triadic Colors of #956270

#956270 #709562 #627095

Analogous Colors of #956270

#956270 #956e62 #95628a

Monochromatic Colors of #956270

#956270

Complementary Color

#956270 #629587

#956270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956270 Color CSS Codes

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

#956270 Text Font Color

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

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


#956270 Background Color

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

This div background color is #956270


#956270 Border Color

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

This div border color is #956270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956270


Comments

No comments written yet.

Please login to write comment.