Color Hex Logo

#981eab Color Hex

#981EAB
(152,30,171)
0 Favorites   0 Comments

Color spaces of #981eab

RGB 15230171
HSL0.810.700.39
HSV292°82°67°
CMYK 0.110.820.00   0.33
XYZ20.763910.544239.4689
Yxy10.54420.29340.1490
Hunter Lab32.471857.3149-49.3356
CIE-Lab38.801964.9190-48.1168

#981eab color RGB value is (152,30,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011110 10101011
Octal 230 36 253
Decimal 152 30 171
Hex 98 1E AB

RGB Percentages of Color #981eab

%43.06
%8.50
%48.44

CMYK Percentages of Color #981eab

%11
%82
%0
%33

Triadic Colors of #981eab

#981eab #ab981e #1eab98

Analogous Colors of #981eab

#981eab #ab1e78 #521eab

Monochromatic Colors of #981eab

#981eab

Complementary Color

#981eab #31ab1e

#981eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#981eab Color CSS Codes

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

#981eab Text Font Color

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

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


#981eab Background Color

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

This div background color is #981eab


#981eab Border Color

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

This div border color is #981eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981eab


Comments

No comments written yet.

Please login to write comment.