Color Hex Logo

#980dff Color Hex

#980DFF
(152,13,255)
0 Favorites   0 Comments

Color spaces of #980dff

RGB 15213255
HSL0.761.000.53
HSV274°95°100°
CMYK 0.400.950.00   0.00
XYZ31.142814.183295.7040
Yxy14.18320.22080.1006
Hunter Lab37.660681.7016-124.3068
CIE-Lab44.494583.9492-87.2805

#980dff color RGB value is (152,13,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001101 11111111
Octal 230 15 377
Decimal 152 13 255
Hex 98 D FF

RGB Percentages of Color #980dff

%36.19
%3.10
%60.71

CMYK Percentages of Color #980dff

%40
%95
%0
%0

Triadic Colors of #980dff

#980dff #ff980d #0dff98

Analogous Colors of #980dff

#980dff #ff0ded #1f0dff

Monochromatic Colors of #980dff

#980dff

Complementary Color

#980dff #74ff0d

#980dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#980dff Color CSS Codes

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

#980dff Text Font Color

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

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


#980dff Background Color

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

This div background color is #980dff


#980dff Border Color

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

This div border color is #980dff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,13,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 #980dff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980dff


Comments

No comments written yet.

Please login to write comment.