Color Hex Logo

#984985 Color Hex

#984985
(152,73,133)
0 Favorites   0 Comments

Color spaces of #984985

RGB 15273133
HSL0.870.350.44
HSV314°52°60°
CMYK 0.000.520.13   0.40
XYZ19.565113.133923.6942
Yxy13.13390.34690.2329
Hunter Lab36.240732.9446-13.3953
CIE-Lab42.964341.0672-18.6351

#984985 color RGB value is (152,73,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001001 10000101
Octal 230 111 205
Decimal 152 73 133
Hex 98 49 85

RGB Percentages of Color #984985

%42.46
%20.39
%37.15

CMYK Percentages of Color #984985

%0
%52
%13
%40

Triadic Colors of #984985

#984985 #859849 #498598

Analogous Colors of #984985

#984985 #98495e #844998

Monochromatic Colors of #984985

#984985

Complementary Color

#984985 #49985c

#984985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984985 Color CSS Codes

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

#984985 Text Font Color

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

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


#984985 Background Color

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

This div background color is #984985


#984985 Border Color

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

This div border color is #984985


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,73,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 #984985">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984985


Comments

No comments written yet.

Please login to write comment.