Color Hex Logo

#982aac Color Hex

#982AAC
(152,42,172)
0 Favorites   0 Comments

Color spaces of #982aac

RGB 15242172
HSL0.810.610.42
HSV291°76°67°
CMYK 0.120.760.00   0.33
XYZ21.223311.309940.0942
Yxy11.30990.29220.1557
Hunter Lab33.630253.7947-47.1449
CIE-Lab40.097661.5390-46.6320

#982aac color RGB value is (152,42,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101010 10101100
Octal 230 52 254
Decimal 152 42 172
Hex 98 2A AC

RGB Percentages of Color #982aac

%41.53
%11.48
%46.99

CMYK Percentages of Color #982aac

%12
%76
%0
%33

Triadic Colors of #982aac

#982aac #ac982a #2aac98

Analogous Colors of #982aac

#982aac #ac2a7f #572aac

Monochromatic Colors of #982aac

#982aac

Complementary Color

#982aac #3eac2a

#982aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#982aac Color CSS Codes

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

#982aac Text Font Color

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

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


#982aac Background Color

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

This div background color is #982aac


#982aac Border Color

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

This div border color is #982aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982aac


Comments

No comments written yet.

Please login to write comment.