Color Hex Logo

#980faf Color Hex

#980FAF
(152,15,175)
0 Favorites   0 Comments

Color spaces of #980faf

RGB 15215175
HSL0.810.840.37
HSV291°91°69°
CMYK 0.130.910.00   0.31
XYZ20.857610.112241.4100
Yxy10.11220.28820.1397
Hunter Lab31.799761.4297-54.9485
CIE-Lab38.043168.6424-51.7257

#980faf color RGB value is (152,15,175).

#980faf hex color red value is 152, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #980faf hue: 0.81 , saturation: 0.84 and the lightness value of 980faf is 0.37.

The process color (four color CMYK) of #980faf color hex is 0.13, 0.91, 0.00, 0.31. Web safe color of #980faf is #990099. Color #980faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001111 10101111
Octal 230 17 257
Decimal 152 15 175
Hex 98 F AF

RGB Percentages of Color #980faf

%44.44
%4.39
%51.17

CMYK Percentages of Color #980faf

%13
%91
%0
%31

Triadic Colors of #980faf

#980faf #af980f #0faf98

Analogous Colors of #980faf

#980faf #af0f76 #480faf

Monochromatic Colors of #980faf

#980faf

Complementary Color

#980faf #26af0f

#980faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#980faf Color CSS Codes

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

#980faf Text Font Color

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

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


#980faf Background Color

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

This div background color is #980faf


#980faf Border Color

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

This div border color is #980faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980faf


Comments

No comments written yet.

Please login to write comment.