Color Hex Logo

#981afe Color Hex

#981AFE
(152,26,254)
0 Favorites   0 Comments

Color spaces of #981afe

RGB 15226254
HSL0.760.990.55
HSV273°90°100°
CMYK 0.400.900.00   0.00
XYZ31.207714.569994.9334
Yxy14.56990.22180.1035
Hunter Lab38.170579.1407-120.7399
CIE-Lab45.039481.8399-85.8255

#981afe color RGB value is (152,26,254).

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

The process color (four color CMYK) of #981afe color hex is 0.40, 0.90, 0.00, 0.00. Web safe color of #981afe is #9933ff. Color #981afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011010 11111110
Octal 230 32 376
Decimal 152 26 254
Hex 98 1A FE

RGB Percentages of Color #981afe

%35.19
%6.02
%58.80

CMYK Percentages of Color #981afe

%40
%90
%0
%0

Triadic Colors of #981afe

#981afe #fe981a #1afe98

Analogous Colors of #981afe

#981afe #fe1af2 #261afe

Monochromatic Colors of #981afe

#981afe

Complementary Color

#981afe #80fe1a

#981afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#981afe Color CSS Codes

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

#981afe Text Font Color

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

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


#981afe Background Color

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

This div background color is #981afe


#981afe Border Color

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

This div border color is #981afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981afe


Comments

No comments written yet.

Please login to write comment.