Color Hex Logo

#981fda Color Hex

#981FDA
(152,31,218)
0 Favorites   0 Comments

Color spaces of #981fda

RGB 15231218
HSL0.770.750.49
HSV279°86°85°
CMYK 0.300.860.00   0.15
XYZ26.093812.717367.4091
Yxy12.71730.24570.1197
Hunter Lab35.661368.2032-87.1105
CIE-Lab42.334273.5244-69.8814

#981fda color RGB value is (152,31,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011111 11011010
Octal 230 37 332
Decimal 152 31 218
Hex 98 1F DA

RGB Percentages of Color #981fda

%37.91
%7.73
%54.36

CMYK Percentages of Color #981fda

%30
%86
%0
%15

Triadic Colors of #981fda

#981fda #da981f #1fda98

Analogous Colors of #981fda

#981fda #da1fbf #3b1fda

Monochromatic Colors of #981fda

#981fda

Complementary Color

#981fda #61da1f

#981fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#981fda Color CSS Codes

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

#981fda Text Font Color

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

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


#981fda Background Color

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

This div background color is #981fda


#981fda Border Color

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

This div border color is #981fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981fda


Comments

No comments written yet.

Please login to write comment.