Color Hex Logo

#980ff3 Color Hex

#980FF3
(152,15,243)
0 Favorites   0 Comments

Color spaces of #980ff3

RGB 15215243
HSL0.770.900.51
HSV276°94°95°
CMYK 0.370.940.00   0.05
XYZ29.297413.488185.8533
Yxy13.48810.22770.1049
Hunter Lab36.726178.1233-112.8916
CIE-Lab43.489781.3328-82.2005

#980ff3 color RGB value is (152,15,243).

#980ff3 hex color red value is 152, green value is 15 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #980ff3 hue: 0.77 , saturation: 0.90 and the lightness value of 980ff3 is 0.51.

The process color (four color CMYK) of #980ff3 color hex is 0.37, 0.94, 0.00, 0.05. Web safe color of #980ff3 is #9900ff. Color #980ff3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001111 11110011
Octal 230 17 363
Decimal 152 15 243
Hex 98 F F3

RGB Percentages of Color #980ff3

%37.07
%3.66
%59.27

CMYK Percentages of Color #980ff3

%37
%94
%0
%5

Triadic Colors of #980ff3

#980ff3 #f3980f #0ff398

Analogous Colors of #980ff3

#980ff3 #f30fdc #260ff3

Monochromatic Colors of #980ff3

#980ff3

Complementary Color

#980ff3 #6af30f

#980ff3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980ff3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980ff3 Color CSS Codes

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

#980ff3 Text Font Color

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

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


#980ff3 Background Color

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

This div background color is #980ff3


#980ff3 Border Color

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

This div border color is #980ff3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980ff3


Comments

No comments written yet.

Please login to write comment.