Color Hex Logo

#981ade Color Hex

#981ADE
(152,26,222)
0 Favorites   0 Comments

Color spaces of #981ade

RGB 15226222
HSL0.770.790.49
HSV279°88°87°
CMYK 0.320.880.00   0.13
XYZ26.503112.688170.1594
Yxy12.68810.24240.1160
Hunter Lab35.620470.4762-91.8459
CIE-Lab42.289575.4073-72.2458

#981ade color RGB value is (152,26,222).

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

The process color (four color CMYK) of #981ade color hex is 0.32, 0.88, 0.00, 0.13. Web safe color of #981ade is #9933cc. Color #981ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011010 11011110
Octal 230 32 336
Decimal 152 26 222
Hex 98 1A DE

RGB Percentages of Color #981ade

%38.00
%6.50
%55.50

CMYK Percentages of Color #981ade

%32
%88
%0
%13

Triadic Colors of #981ade

#981ade #de981a #1ade98

Analogous Colors of #981ade

#981ade #de1ac2 #361ade

Monochromatic Colors of #981ade

#981ade

Complementary Color

#981ade #60de1a

#981ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#981ade Color CSS Codes

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

#981ade Text Font Color

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

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


#981ade Background Color

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

This div background color is #981ade


#981ade Border Color

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

This div border color is #981ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981ade


Comments

No comments written yet.

Please login to write comment.