Color Hex Logo

#984387 Color Hex

#984387
(152,67,135)
0 Favorites   0 Comments

Color spaces of #984387

RGB 15267135
HSL0.870.390.43
HSV312°56°60°
CMYK 0.000.560.11   0.40
XYZ19.329212.439024.3039
Yxy12.43900.34470.2218
Hunter Lab35.269036.1065-16.1686
CIE-Lab41.905544.4397-21.4837

#984387 color RGB value is (152,67,135).

#984387 hex color red value is 152, green value is 67 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #984387 hue: 0.87 , saturation: 0.39 and the lightness value of 984387 is 0.43.

The process color (four color CMYK) of #984387 color hex is 0.00, 0.56, 0.11, 0.40. Web safe color of #984387 is #993399. Color #984387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000011 10000111
Octal 230 103 207
Decimal 152 67 135
Hex 98 43 87

RGB Percentages of Color #984387

%42.94
%18.93
%38.14

CMYK Percentages of Color #984387

%0
%56
%11
%40

Triadic Colors of #984387

#984387 #879843 #438798

Analogous Colors of #984387

#984387 #98435d #7f4398

Monochromatic Colors of #984387

#984387

Complementary Color

#984387 #439854

#984387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984387 Color CSS Codes

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

#984387 Text Font Color

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

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


#984387 Background Color

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

This div background color is #984387


#984387 Border Color

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

This div border color is #984387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984387


Comments

No comments written yet.

Please login to write comment.