Color Hex Logo

#992eaf Color Hex

#992EAF
(153,46,175)
0 Favorites   0 Comments

Color spaces of #992eaf

RGB 15346175
HSL0.800.580.43
HSV290°74°69°
CMYK 0.130.740.00   0.31
XYZ21.851711.821441.6875
Yxy11.82140.29000.1569
Hunter Lab34.382353.2770-47.8198
CIE-Lab40.930860.9122-47.0697

#992eaf color RGB value is (153,46,175).

#992eaf hex color red value is 153, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #992eaf hue: 0.80 , saturation: 0.58 and the lightness value of 992eaf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101110 10101111
Octal 231 56 257
Decimal 153 46 175
Hex 99 2E AF

RGB Percentages of Color #992eaf

%40.91
%12.30
%46.79

CMYK Percentages of Color #992eaf

%13
%74
%0
%31

Triadic Colors of #992eaf

#992eaf #af992e #2eaf99

Analogous Colors of #992eaf

#992eaf #af2e85 #592eaf

Monochromatic Colors of #992eaf

#992eaf

Complementary Color

#992eaf #44af2e

#992eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#992eaf Color CSS Codes

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

#992eaf Text Font Color

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

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


#992eaf Background Color

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

This div background color is #992eaf


#992eaf Border Color

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

This div border color is #992eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992eaf


Comments

No comments written yet.

Please login to write comment.