Color Hex Logo

#985288 Color Hex

#985288
(152,82,136)
0 Favorites   0 Comments

Color spaces of #985288

RGB 15282136
HSL0.870.300.46
HSV314°46°60°
CMYK 0.000.460.11   0.40
XYZ20.410114.487625.0132
Yxy14.48760.34070.2418
Hunter Lab38.062629.1066-12.3192
CIE-Lab44.924236.8096-17.4479

#985288 color RGB value is (152,82,136).

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

The process color (four color CMYK) of #985288 color hex is 0.00, 0.46, 0.11, 0.40. Web safe color of #985288 is #996699. Color #985288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010010 10001000
Octal 230 122 210
Decimal 152 82 136
Hex 98 52 88

RGB Percentages of Color #985288

%41.08
%22.16
%36.76

CMYK Percentages of Color #985288

%0
%46
%11
%40

Triadic Colors of #985288

#985288 #889852 #528898

Analogous Colors of #985288

#985288 #985265 #855298

Monochromatic Colors of #985288

#985288

Complementary Color

#985288 #529862

#985288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985288 Color CSS Codes

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

#985288 Text Font Color

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

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


#985288 Background Color

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

This div background color is #985288


#985288 Border Color

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

This div border color is #985288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985288


Comments

No comments written yet.

Please login to write comment.