Color Hex Logo

#984585 Color Hex

#984585
(152,69,133)
0 Favorites   0 Comments

Color spaces of #984585

RGB 15269133
HSL0.870.380.43
HSV314°55°60°
CMYK 0.000.550.13   0.40
XYZ19.310712.625123.6094
Yxy12.62510.34770.2273
Hunter Lab35.531834.8298-14.5234
CIE-Lab42.192843.1073-19.8215

#984585 color RGB value is (152,69,133).

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

The process color (four color CMYK) of #984585 color hex is 0.00, 0.55, 0.13, 0.40. Web safe color of #984585 is #993399. Color #984585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000101 10000101
Octal 230 105 205
Decimal 152 69 133
Hex 98 45 85

RGB Percentages of Color #984585

%42.94
%19.49
%37.57

CMYK Percentages of Color #984585

%0
%55
%13
%40

Triadic Colors of #984585

#984585 #859845 #458598

Analogous Colors of #984585

#984585 #98455c #824598

Monochromatic Colors of #984585

#984585

Complementary Color

#984585 #459858

#984585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984585 Color CSS Codes

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

#984585 Text Font Color

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

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


#984585 Background Color

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

This div background color is #984585


#984585 Border Color

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

This div border color is #984585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984585


Comments

No comments written yet.

Please login to write comment.