Color Hex Logo

#982dad Color Hex

#982DAD
(152,45,173)
0 Favorites   0 Comments

Color spaces of #982dad

RGB 15245173
HSL0.810.590.43
HSV290°74°68°
CMYK 0.120.740.00   0.32
XYZ21.430111.569340.6388
Yxy11.56930.29100.1571
Hunter Lab34.013752.9389-47.0288
CIE-Lab40.523260.6864-46.5443

#982dad color RGB value is (152,45,173).

#982dad hex color red value is 152, green value is 45 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #982dad hue: 0.81 , saturation: 0.59 and the lightness value of 982dad is 0.43.

The process color (four color CMYK) of #982dad color hex is 0.12, 0.74, 0.00, 0.32. Web safe color of #982dad is #993399. Color #982dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101101 10101101
Octal 230 55 255
Decimal 152 45 173
Hex 98 2D AD

RGB Percentages of Color #982dad

%41.08
%12.16
%46.76

CMYK Percentages of Color #982dad

%12
%74
%0
%32

Triadic Colors of #982dad

#982dad #ad982d #2dad98

Analogous Colors of #982dad

#982dad #ad2d82 #582dad

Monochromatic Colors of #982dad

#982dad

Complementary Color

#982dad #42ad2d

#982dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#982dad Color CSS Codes

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

#982dad Text Font Color

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

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


#982dad Background Color

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

This div background color is #982dad


#982dad Border Color

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

This div border color is #982dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982dad


Comments

No comments written yet.

Please login to write comment.