Color Hex Logo

#982d9f Color Hex

#982D9F
(152,45,159)
0 Favorites   0 Comments

Color spaces of #982d9f

RGB 15245159
HSL0.820.560.40
HSV296°72°62°
CMYK 0.040.720.00   0.38
XYZ20.145311.055433.8730
Yxy11.05540.30960.1699
Hunter Lab33.249749.9626-37.1268
CIE-Lab39.673658.1411-39.5282

#982d9f color RGB value is (152,45,159).

#982d9f hex color red value is 152, green value is 45 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #982d9f hue: 0.82 , saturation: 0.56 and the lightness value of 982d9f is 0.40.

The process color (four color CMYK) of #982d9f color hex is 0.04, 0.72, 0.00, 0.38. Web safe color of #982d9f is #993399. Color #982d9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101101 10011111
Octal 230 55 237
Decimal 152 45 159
Hex 98 2D 9F

RGB Percentages of Color #982d9f

%42.70
%12.64
%44.66

CMYK Percentages of Color #982d9f

%4
%72
%0
%38

Triadic Colors of #982d9f

#982d9f #9f982d #2d9f98

Analogous Colors of #982d9f

#982d9f #9f2d6d #5f2d9f

Monochromatic Colors of #982d9f

#982d9f

Complementary Color

#982d9f #349f2d

#982d9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982d9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#982d9f Color CSS Codes

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

#982d9f Text Font Color

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

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


#982d9f Background Color

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

This div background color is #982d9f


#982d9f Border Color

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

This div border color is #982d9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,45,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #982d9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #982d9f;
  -webkit-box-shadow: 1px 1px 3px 2px #982d9f;
  box-shadow:         1px 1px 3px 2px #982d9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982d9f


Comments

No comments written yet.

Please login to write comment.