Color Hex Logo

#985263 Color Hex

#985263
(152,82,99)
0 Favorites   0 Comments

Color spaces of #985263

RGB 1528299
HSL0.960.300.46
HSV345°46°60°
CMYK 0.000.460.35   0.40
XYZ18.218313.610813.4713
Yxy13.61080.40220.3005
Hunter Lab36.892823.58394.1754
CIE-Lab43.669531.09173.2203

#985263 color RGB value is (152,82,99).

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

The process color (four color CMYK) of #985263 color hex is 0.00, 0.46, 0.35, 0.40. Web safe color of #985263 is #996666. Color #985263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010010 01100011
Octal 230 122 143
Decimal 152 82 99
Hex 98 52 63

RGB Percentages of Color #985263

%45.65
%24.62
%29.73

CMYK Percentages of Color #985263

%0
%46
%35
%40

Triadic Colors of #985263

#985263 #639852 #526398

Analogous Colors of #985263

#985263 #986452 #985286

Monochromatic Colors of #985263

#985263

Complementary Color

#985263 #529887

#985263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985263 Color CSS Codes

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

#985263 Text Font Color

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

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


#985263 Background Color

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

This div background color is #985263


#985263 Border Color

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

This div border color is #985263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985263


Comments

No comments written yet.

Please login to write comment.