Color Hex Logo

#980eff Color Hex

#980EFF
(152,14,255)
0 Favorites   0 Comments

Color spaces of #980eff

RGB 15214255
HSL0.761.000.53
HSV274°95°100°
CMYK 0.400.950.00   0.00
XYZ31.155914.209595.7083
Yxy14.20950.22080.1007
Hunter Lab37.695581.5659-124.1496
CIE-Lab44.531983.8364-87.2189

#980eff color RGB value is (152,14,255).

#980eff hex color red value is 152, green value is 14 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #980eff hue: 0.76 , saturation: 1.00 and the lightness value of 980eff is 0.53.

The process color (four color CMYK) of #980eff color hex is 0.40, 0.95, 0.00, 0.00. Web safe color of #980eff is #9900ff. Color #980eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001110 11111111
Octal 230 16 377
Decimal 152 14 255
Hex 98 E FF

RGB Percentages of Color #980eff

%36.10
%3.33
%60.57

CMYK Percentages of Color #980eff

%40
%95
%0
%0

Triadic Colors of #980eff

#980eff #ff980e #0eff98

Analogous Colors of #980eff

#980eff #ff0eee #200eff

Monochromatic Colors of #980eff

#980eff

Complementary Color

#980eff #75ff0e

#980eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#980eff Color CSS Codes

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

#980eff Text Font Color

<p style="color:#980eff">Text here</p>

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


#980eff Background Color

<div style="background-color:#980eff">
Div content here</div>

This div background color is #980eff


#980eff Border Color

<div style="border:3px solid #980eff">
Div here</div>

This div border color is #980eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,14,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #980eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #980eff;
  -webkit-box-shadow: 1px 1px 3px 2px #980eff;
  box-shadow:         1px 1px 3px 2px #980eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980eff

Related Colors


Comments

No comments written yet.

Please login to write comment.