Color Hex Logo

#981eed Color Hex

#981EED
(152,30,237)
0 Favorites   0 Comments

Color spaces of #981eed

RGB 15230237
HSL0.760.850.52
HSV275°87°93°
CMYK 0.360.870.00   0.07
XYZ28.699213.718481.2561
Yxy13.71840.23210.1109
Hunter Lab37.038473.4937-104.1457
CIE-Lab43.826377.5670-78.2614

#981eed color RGB value is (152,30,237).

#981eed hex color red value is 152, green value is 30 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #981eed hue: 0.76 , saturation: 0.85 and the lightness value of 981eed is 0.52.

The process color (four color CMYK) of #981eed color hex is 0.36, 0.87, 0.00, 0.07. Web safe color of #981eed is #9933ff. Color #981eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011110 11101101
Octal 230 36 355
Decimal 152 30 237
Hex 98 1E ED

RGB Percentages of Color #981eed

%36.28
%7.16
%56.56

CMYK Percentages of Color #981eed

%36
%87
%0
%7

Triadic Colors of #981eed

#981eed #ed981e #1eed98

Analogous Colors of #981eed

#981eed #ed1edb #301eed

Monochromatic Colors of #981eed

#981eed

Complementary Color

#981eed #73ed1e

#981eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#981eed Color CSS Codes

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

#981eed Text Font Color

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

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


#981eed Background Color

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

This div background color is #981eed


#981eed Border Color

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

This div border color is #981eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981eed


Comments

No comments written yet.

Please login to write comment.