Color Hex Logo

#957280 Color Hex

#957280
(149,114,128)
0 Favorites   0 Comments

Color spaces of #957280

RGB 149114128
HSL0.930.140.52
HSV336°23°58°
CMYK 0.000.230.14   0.42
XYZ22.308019.982723.1034
Yxy19.98270.34110.3056
Hunter Lab44.702010.84970.6485
CIE-Lab51.817616.1037-2.3624

#957280 color RGB value is (149,114,128).

#957280 hex color red value is 149, green value is 114 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #957280 hue: 0.93 , saturation: 0.14 and the lightness value of 957280 is 0.52.

The process color (four color CMYK) of #957280 color hex is 0.00, 0.23, 0.14, 0.42. Web safe color of #957280 is #996699. Color #957280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110010 10000000
Octal 225 162 200
Decimal 149 114 128
Hex 95 72 80

RGB Percentages of Color #957280

%38.11
%29.16
%32.74

CMYK Percentages of Color #957280

%0
%23
%14
%42

Triadic Colors of #957280

#957280 #809572 #728095

Analogous Colors of #957280

#957280 #957672 #957292

Monochromatic Colors of #957280

#957280

Complementary Color

#957280 #729587

#957280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957280 Color CSS Codes

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

#957280 Text Font Color

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

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


#957280 Background Color

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

This div background color is #957280


#957280 Border Color

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

This div border color is #957280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957280


Comments

No comments written yet.

Please login to write comment.