Color Hex Logo

#985484 Color Hex

#985484
(152,84,132)
0 Favorites   0 Comments

Color spaces of #985484

RGB 15284132
HSL0.880.290.46
HSV318°45°60°
CMYK 0.000.450.13   0.40
XYZ20.284114.682023.5946
Yxy14.68200.34640.2507
Hunter Lab38.317127.4385-9.6872
CIE-Lab45.195535.0228-14.6194

#985484 color RGB value is (152,84,132).

#985484 hex color red value is 152, green value is 84 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #985484 hue: 0.88 , saturation: 0.29 and the lightness value of 985484 is 0.46.

The process color (four color CMYK) of #985484 color hex is 0.00, 0.45, 0.13, 0.40. Web safe color of #985484 is #996699. Color #985484 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010100 10000100
Octal 230 124 204
Decimal 152 84 132
Hex 98 54 84

RGB Percentages of Color #985484

%41.30
%22.83
%35.87

CMYK Percentages of Color #985484

%0
%45
%13
%40

Triadic Colors of #985484

#985484 #849854 #548498

Analogous Colors of #985484

#985484 #985462 #8a5498

Monochromatic Colors of #985484

#985484

Complementary Color

#985484 #549868

#985484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985484 Color CSS Codes

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

#985484 Text Font Color

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

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


#985484 Background Color

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

This div background color is #985484


#985484 Border Color

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

This div border color is #985484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985484


Comments

No comments written yet.

Please login to write comment.