Color Hex Logo

#981aaa Color Hex

#981AAA
(152,26,170)
0 Favorites   0 Comments

Color spaces of #981aaa

RGB 15226170
HSL0.810.730.38
HSV293°85°67°
CMYK 0.110.850.00   0.33
XYZ20.574010.316538.9371
Yxy10.31650.29460.1477
Hunter Lab32.119358.1293-49.3916
CIE-Lab38.404665.7109-48.1585

#981aaa color RGB value is (152,26,170).

#981aaa hex color red value is 152, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #981aaa hue: 0.81 , saturation: 0.73 and the lightness value of 981aaa is 0.38.

The process color (four color CMYK) of #981aaa color hex is 0.11, 0.85, 0.00, 0.33. Web safe color of #981aaa is #993399. Color #981aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011010 10101010
Octal 230 32 252
Decimal 152 26 170
Hex 98 1A AA

RGB Percentages of Color #981aaa

%43.68
%7.47
%48.85

CMYK Percentages of Color #981aaa

%11
%85
%0
%33

Triadic Colors of #981aaa

#981aaa #aa981a #1aaa98

Analogous Colors of #981aaa

#981aaa #aa1a74 #501aaa

Monochromatic Colors of #981aaa

#981aaa

Complementary Color

#981aaa #2caa1a

#981aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#981aaa Color CSS Codes

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

#981aaa Text Font Color

<p style="color:#981aaa">Text here</p>

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


#981aaa Background Color

<div style="background-color:#981aaa">
Div content here</div>

This div background color is #981aaa


#981aaa Border Color

<div style="border:3px solid #981aaa">
Div here</div>

This div border color is #981aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,26,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #981aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #981aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #981aaa;
  box-shadow:         1px 1px 3px 2px #981aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981aaa


Comments

No comments written yet.

Please login to write comment.