Color Hex Logo

#985266 Color Hex

#985266
(152,82,102)
0 Favorites   0 Comments

Color spaces of #985266

RGB 15282102
HSL0.950.300.46
HSV343°46°60°
CMYK 0.000.460.33   0.40
XYZ18.364513.669314.2409
Yxy13.66930.39690.2954
Hunter Lab36.972023.96233.0431
CIE-Lab43.754931.49291.5047

#985266 color RGB value is (152,82,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010010 01100110
Octal 230 122 146
Decimal 152 82 102
Hex 98 52 66

RGB Percentages of Color #985266

%45.24
%24.40
%30.36

CMYK Percentages of Color #985266

%0
%46
%33
%40

Triadic Colors of #985266

#985266 #669852 #526698

Analogous Colors of #985266

#985266 #986152 #985289

Monochromatic Colors of #985266

#985266

Complementary Color

#985266 #529884

#985266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985266 Color CSS Codes

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

#985266 Text Font Color

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

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


#985266 Background Color

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

This div background color is #985266


#985266 Border Color

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

This div border color is #985266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985266


Comments

No comments written yet.

Please login to write comment.