Color Hex Logo

#981faa Color Hex

#981FAA
(152,31,170)
0 Favorites   0 Comments

Color spaces of #981faa

RGB 15231170
HSL0.810.690.39
HSV292°82°67°
CMYK 0.110.820.00   0.33
XYZ20.694610.557738.9773
Yxy10.55770.29470.1503
Hunter Lab32.492656.8249-48.3779
CIE-Lab38.825364.4829-47.4820

#981faa color RGB value is (152,31,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011111 10101010
Octal 230 37 252
Decimal 152 31 170
Hex 98 1F AA

RGB Percentages of Color #981faa

%43.06
%8.78
%48.16

CMYK Percentages of Color #981faa

%11
%82
%0
%33

Triadic Colors of #981faa

#981faa #aa981f #1faa98

Analogous Colors of #981faa

#981faa #aa1f77 #531faa

Monochromatic Colors of #981faa

#981faa

Complementary Color

#981faa #31aa1f

#981faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#981faa Color CSS Codes

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

#981faa Text Font Color

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

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


#981faa Background Color

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

This div background color is #981faa


#981faa Border Color

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

This div border color is #981faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981faa


Comments

No comments written yet.

Please login to write comment.