Color Hex Logo

#981daf Color Hex

#981DAF
(152,29,175)
0 Favorites   0 Comments

Color spaces of #981daf

RGB 15229175
HSL0.810.720.40
HSV291°83°69°
CMYK 0.130.830.00   0.31
XYZ21.126110.649341.4995
Yxy10.64930.28830.1453
Hunter Lab32.633358.4490-52.5554
CIE-Lab38.983465.8777-50.2087

#981daf color RGB value is (152,29,175).

#981daf hex color red value is 152, green value is 29 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #981daf hue: 0.81 , saturation: 0.72 and the lightness value of 981daf is 0.40.

The process color (four color CMYK) of #981daf color hex is 0.13, 0.83, 0.00, 0.31. Web safe color of #981daf is #993399. Color #981daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011101 10101111
Octal 230 35 257
Decimal 152 29 175
Hex 98 1D AF

RGB Percentages of Color #981daf

%42.70
%8.15
%49.16

CMYK Percentages of Color #981daf

%13
%83
%0
%31

Triadic Colors of #981daf

#981daf #af981d #1daf98

Analogous Colors of #981daf

#981daf #af1d7d #4f1daf

Monochromatic Colors of #981daf

#981daf

Complementary Color

#981daf #34af1d

#981daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#981daf Color CSS Codes

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

#981daf Text Font Color

<p style="color:#981daf">Text here</p>

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


#981daf Background Color

<div style="background-color:#981daf">
Div content here</div>

This div background color is #981daf


#981daf Border Color

<div style="border:3px solid #981daf">
Div here</div>

This div border color is #981daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981daf


Comments

No comments written yet.

Please login to write comment.