Color Hex Logo

#981aad Color Hex

#981AAD
(152,26,173)
0 Favorites   0 Comments

Color spaces of #981aad

RGB 15226173
HSL0.810.740.39
HSV291°85°68°
CMYK 0.120.850.00   0.32
XYZ20.861110.431340.4491
Yxy10.43130.29080.1454
Hunter Lab32.297558.7732-51.6459
CIE-Lab38.605666.2343-49.6261

#981aad color RGB value is (152,26,173).

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

The process color (four color CMYK) of #981aad color hex is 0.12, 0.85, 0.00, 0.32. Web safe color of #981aad is #993399. Color #981aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011010 10101101
Octal 230 32 255
Decimal 152 26 173
Hex 98 1A AD

RGB Percentages of Color #981aad

%43.30
%7.41
%49.29

CMYK Percentages of Color #981aad

%12
%85
%0
%32

Triadic Colors of #981aad

#981aad #ad981a #1aad98

Analogous Colors of #981aad

#981aad #ad1a79 #4e1aad

Monochromatic Colors of #981aad

#981aad

Complementary Color

#981aad #2fad1a

#981aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#981aad Color CSS Codes

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

#981aad Text Font Color

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

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


#981aad Background Color

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

This div background color is #981aad


#981aad Border Color

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

This div border color is #981aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981aad


Comments

No comments written yet.

Please login to write comment.