Color Hex Logo

#980afd Color Hex

#980AFD
(152,10,253)
0 Favorites   0 Comments

Color spaces of #980afd

RGB 15210253
HSL0.760.980.52
HSV275°96°99°
CMYK 0.400.960.00   0.01
XYZ30.787113.984394.0051
Yxy13.98430.22180.1008
Hunter Lab37.395681.5135-122.8664
CIE-Lab44.210483.8564-86.6299

#980afd color RGB value is (152,10,253).

#980afd hex color red value is 152, green value is 10 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #980afd hue: 0.76 , saturation: 0.98 and the lightness value of 980afd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001010 11111101
Octal 230 12 375
Decimal 152 10 253
Hex 98 A FD

RGB Percentages of Color #980afd

%36.63
%2.41
%60.96

CMYK Percentages of Color #980afd

%40
%96
%0
%1

Triadic Colors of #980afd

#980afd #fd980a #0afd98

Analogous Colors of #980afd

#980afd #fd0ae9 #1f0afd

Monochromatic Colors of #980afd

#980afd

Complementary Color

#980afd #6ffd0a

#980afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#980afd Color CSS Codes

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

#980afd Text Font Color

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

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


#980afd Background Color

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

This div background color is #980afd


#980afd Border Color

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

This div border color is #980afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980afd


Comments

No comments written yet.

Please login to write comment.