Color Hex Logo

#975255 Color Hex

#975255
(151,82,85)
0 Favorites   0 Comments

Color spaces of #975255

RGB 1518285
HSL0.990.300.46
HSV357°46°59°
CMYK 0.000.460.44   0.41
XYZ17.419513.269810.2375
Yxy13.26980.42560.3242
Hunter Lab36.427721.60908.8368
CIE-Lab43.167028.981311.0679

#975255 color RGB value is (151,82,85).

#975255 hex color red value is 151, green value is 82 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #975255 hue: 0.99 , saturation: 0.30 and the lightness value of 975255 is 0.46.

The process color (four color CMYK) of #975255 color hex is 0.00, 0.46, 0.44, 0.41. Web safe color of #975255 is #996666. Color #975255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010010 01010101
Octal 227 122 125
Decimal 151 82 85
Hex 97 52 55

RGB Percentages of Color #975255

%47.48
%25.79
%26.73

CMYK Percentages of Color #975255

%0
%46
%44
%41

Triadic Colors of #975255

#975255 #559752 #525597

Analogous Colors of #975255

#975255 #977252 #975278

Monochromatic Colors of #975255

#975255

Complementary Color

#975255 #529794

#975255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975255 Color CSS Codes

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

#975255 Text Font Color

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

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


#975255 Background Color

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

This div background color is #975255


#975255 Border Color

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

This div border color is #975255


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,82,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #975255; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #975255;
  -webkit-box-shadow: 1px 1px 3px 2px #975255;
  box-shadow:         1px 1px 3px 2px #975255; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,82,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975255


Comments

No comments written yet.

Please login to write comment.