Color Hex Logo

#982caf Color Hex

#982CAF
(152,44,175)
0 Favorites   0 Comments

Color spaces of #982caf

RGB 15244175
HSL0.800.600.43
HSV289°75°69°
CMYK 0.130.750.00   0.31
XYZ21.587411.571941.6533
Yxy11.57190.28860.1547
Hunter Lab34.017553.7449-48.7864
CIE-Lab40.527561.4109-47.7254

#982caf color RGB value is (152,44,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101100 10101111
Octal 230 54 257
Decimal 152 44 175
Hex 98 2C AF

RGB Percentages of Color #982caf

%40.97
%11.86
%47.17

CMYK Percentages of Color #982caf

%13
%75
%0
%31

Triadic Colors of #982caf

#982caf #af982c #2caf98

Analogous Colors of #982caf

#982caf #af2c85 #572caf

Monochromatic Colors of #982caf

#982caf

Complementary Color

#982caf #43af2c

#982caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#982caf Color CSS Codes

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

#982caf Text Font Color

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

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


#982caf Background Color

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

This div background color is #982caf


#982caf Border Color

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

This div border color is #982caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982caf


Comments

No comments written yet.

Please login to write comment.