Color Hex Logo

#981fad Color Hex

#981FAD
(152,31,173)
0 Favorites   0 Comments

Color spaces of #981fad

RGB 15231173
HSL0.810.700.40
HSV291°82°68°
CMYK 0.120.820.00   0.32
XYZ20.981710.672540.4893
Yxy10.67250.29080.1479
Hunter Lab32.668857.4722-50.6151
CIE-Lab39.023365.0141-48.9536

#981fad color RGB value is (152,31,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011111 10101101
Octal 230 37 255
Decimal 152 31 173
Hex 98 1F AD

RGB Percentages of Color #981fad

%42.70
%8.71
%48.60

CMYK Percentages of Color #981fad

%12
%82
%0
%32

Triadic Colors of #981fad

#981fad #ad981f #1fad98

Analogous Colors of #981fad

#981fad #ad1f7b #511fad

Monochromatic Colors of #981fad

#981fad

Complementary Color

#981fad #34ad1f

#981fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#981fad Color CSS Codes

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

#981fad Text Font Color

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

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


#981fad Background Color

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

This div background color is #981fad


#981fad Border Color

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

This div border color is #981fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981fad


Comments

No comments written yet.

Please login to write comment.