Color Hex Logo

#981abe Color Hex

#981ABE
(152,26,190)
0 Favorites   0 Comments

Color spaces of #981abe

RGB 15226190
HSL0.790.760.42
HSV286°86°75°
CMYK 0.200.860.00   0.25
XYZ22.612611.131949.6721
Yxy11.13190.27110.1334
Hunter Lab33.364562.5895-64.9141
CIE-Lab39.801769.2938-57.7523

#981abe color RGB value is (152,26,190).

#981abe hex color red value is 152, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #981abe hue: 0.79 , saturation: 0.76 and the lightness value of 981abe is 0.42.

The process color (four color CMYK) of #981abe color hex is 0.20, 0.86, 0.00, 0.25. Web safe color of #981abe is #9933cc. Color #981abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011010 10111110
Octal 230 32 276
Decimal 152 26 190
Hex 98 1A BE

RGB Percentages of Color #981abe

%41.30
%7.07
%51.63

CMYK Percentages of Color #981abe

%20
%86
%0
%25

Triadic Colors of #981abe

#981abe #be981a #1abe98

Analogous Colors of #981abe

#981abe #be1a92 #461abe

Monochromatic Colors of #981abe

#981abe

Complementary Color

#981abe #40be1a

#981abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#981abe Color CSS Codes

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

#981abe Text Font Color

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

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


#981abe Background Color

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

This div background color is #981abe


#981abe Border Color

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

This div border color is #981abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981abe


Comments

No comments written yet.

Please login to write comment.