Color Hex Logo

#991daf Color Hex

#991DAF
(153,29,175)
0 Favorites   0 Comments

Color spaces of #991daf

RGB 15329175
HSL0.810.720.40
HSV291°83°69°
CMYK 0.130.830.00   0.31
XYZ21.314110.746241.5083
Yxy10.74620.28970.1461
Hunter Lab32.781458.6913-52.1269
CIE-Lab39.149766.0568-49.9323

#991daf color RGB value is (153,29,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011101 10101111
Octal 231 35 257
Decimal 153 29 175
Hex 99 1D AF

RGB Percentages of Color #991daf

%42.86
%8.12
%49.02

CMYK Percentages of Color #991daf

%13
%83
%0
%31

Triadic Colors of #991daf

#991daf #af991d #1daf99

Analogous Colors of #991daf

#991daf #af1d7c #501daf

Monochromatic Colors of #991daf

#991daf

Complementary Color

#991daf #33af1d

#991daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#991daf Color CSS Codes

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

#991daf Text Font Color

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

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


#991daf Background Color

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

This div background color is #991daf


#991daf Border Color

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

This div border color is #991daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991daf


Comments

No comments written yet.

Please login to write comment.