Color Hex Logo

#982cad Color Hex

#982CAD
(152,44,173)
0 Favorites   0 Comments

Color spaces of #982cad

RGB 15244173
HSL0.810.590.43
HSV290°75°68°
CMYK 0.120.750.00   0.32
XYZ21.392411.493940.6262
Yxy11.49390.29100.1564
Hunter Lab33.902753.3029-47.3165
CIE-Lab40.400261.0382-46.7416

#982cad color RGB value is (152,44,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101100 10101101
Octal 230 54 255
Decimal 152 44 173
Hex 98 2C AD

RGB Percentages of Color #982cad

%41.19
%11.92
%46.88

CMYK Percentages of Color #982cad

%12
%75
%0
%32

Triadic Colors of #982cad

#982cad #ad982c #2cad98

Analogous Colors of #982cad

#982cad #ad2c82 #572cad

Monochromatic Colors of #982cad

#982cad

Complementary Color

#982cad #41ad2c

#982cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#982cad Color CSS Codes

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

#982cad Text Font Color

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

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


#982cad Background Color

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

This div background color is #982cad


#982cad Border Color

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

This div border color is #982cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982cad


Comments

No comments written yet.

Please login to write comment.