Color Hex Logo

#991eaf Color Hex

#991EAF
(153,30,175)
0 Favorites   0 Comments

Color spaces of #991eaf

RGB 15330175
HSL0.810.710.40
HSV291°83°69°
CMYK 0.130.830.00   0.31
XYZ21.339010.796041.5166
Yxy10.79600.28970.1466
Hunter Lab32.857358.4258-51.9154
CIE-Lab39.234765.8084-49.7953

#991eaf color RGB value is (153,30,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011110 10101111
Octal 231 36 257
Decimal 153 30 175
Hex 99 1E AF

RGB Percentages of Color #991eaf

%42.74
%8.38
%48.88

CMYK Percentages of Color #991eaf

%13
%83
%0
%31

Triadic Colors of #991eaf

#991eaf #af991e #1eaf99

Analogous Colors of #991eaf

#991eaf #af1e7d #511eaf

Monochromatic Colors of #991eaf

#991eaf

Complementary Color

#991eaf #34af1e

#991eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#991eaf Color CSS Codes

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

#991eaf Text Font Color

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

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


#991eaf Background Color

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

This div background color is #991eaf


#991eaf Border Color

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

This div border color is #991eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991eaf


Comments

No comments written yet.

Please login to write comment.