Color Hex Logo

#982aab Color Hex

#982AAB
(152,42,171)
0 Favorites   0 Comments

Color spaces of #982aab

RGB 15242171
HSL0.810.610.42
HSV291°75°67°
CMYK 0.110.750.00   0.33
XYZ21.127511.271639.5902
Yxy11.27160.29350.1566
Hunter Lab33.573253.5763-46.4147
CIE-Lab40.034261.3551-46.1381

#982aab color RGB value is (152,42,171).

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

The process color (four color CMYK) of #982aab color hex is 0.11, 0.75, 0.00, 0.33. Web safe color of #982aab is #993399. Color #982aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101010 10101011
Octal 230 52 253
Decimal 152 42 171
Hex 98 2A AB

RGB Percentages of Color #982aab

%41.64
%11.51
%46.85

CMYK Percentages of Color #982aab

%11
%75
%0
%33

Triadic Colors of #982aab

#982aab #ab982a #2aab98

Analogous Colors of #982aab

#982aab #ab2a7e #582aab

Monochromatic Colors of #982aab

#982aab

Complementary Color

#982aab #3dab2a

#982aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#982aab Color CSS Codes

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

#982aab Text Font Color

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

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


#982aab Background Color

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

This div background color is #982aab


#982aab Border Color

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

This div border color is #982aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982aab


Comments

No comments written yet.

Please login to write comment.