Color Hex Logo

#982cac Color Hex

#982CAC
(152,44,172)
0 Favorites   0 Comments

Color spaces of #982cac

RGB 15244172
HSL0.810.590.42
HSV291°74°67°
CMYK 0.120.740.00   0.33
XYZ21.296011.455340.1184
Yxy11.45530.29220.1572
Hunter Lab33.845753.0838-46.5864
CIE-Lab40.337060.8531-46.2482

#982cac color RGB value is (152,44,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101100 10101100
Octal 230 54 254
Decimal 152 44 172
Hex 98 2C AC

RGB Percentages of Color #982cac

%41.30
%11.96
%46.74

CMYK Percentages of Color #982cac

%12
%74
%0
%33

Triadic Colors of #982cac

#982cac #ac982c #2cac98

Analogous Colors of #982cac

#982cac #ac2c80 #582cac

Monochromatic Colors of #982cac

#982cac

Complementary Color

#982cac #40ac2c

#982cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#982cac Color CSS Codes

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

#982cac Text Font Color

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

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


#982cac Background Color

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

This div background color is #982cac


#982cac Border Color

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

This div border color is #982cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982cac


Comments

No comments written yet.

Please login to write comment.