Color Hex Logo

#982faf Color Hex

#982FAF
(152,47,175)
0 Favorites   0 Comments

Color spaces of #982faf

RGB 15247175
HSL0.800.580.44
HSV289°73°69°
CMYK 0.130.730.00   0.31
XYZ21.703311.803641.6919
Yxy11.80360.28860.1570
Hunter Lab34.356452.6368-47.8997
CIE-Lab40.902360.3404-47.1241

#982faf color RGB value is (152,47,175).

#982faf hex color red value is 152, green value is 47 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #982faf hue: 0.80 , saturation: 0.58 and the lightness value of 982faf is 0.44.

The process color (four color CMYK) of #982faf color hex is 0.13, 0.73, 0.00, 0.31. Web safe color of #982faf is #993399. Color #982faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101111 10101111
Octal 230 57 257
Decimal 152 47 175
Hex 98 2F AF

RGB Percentages of Color #982faf

%40.64
%12.57
%46.79

CMYK Percentages of Color #982faf

%13
%73
%0
%31

Triadic Colors of #982faf

#982faf #af982f #2faf98

Analogous Colors of #982faf

#982faf #af2f86 #582faf

Monochromatic Colors of #982faf

#982faf

Complementary Color

#982faf #46af2f

#982faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#982faf Color CSS Codes

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

#982faf Text Font Color

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

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


#982faf Background Color

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

This div background color is #982faf


#982faf Border Color

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

This div border color is #982faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982faf


Comments

No comments written yet.

Please login to write comment.