Color Hex Logo

#992dac Color Hex

#992DAC
(153,45,172)
0 Favorites   0 Comments

Color spaces of #992dac

RGB 15345172
HSL0.810.590.43
HSV291°74°67°
CMYK 0.110.740.00   0.33
XYZ21.521611.627640.1398
Yxy11.62760.29370.1587
Hunter Lab34.099352.9858-45.9235
CIE-Lab40.618060.7103-45.7891

#992dac color RGB value is (153,45,172).

#992dac hex color red value is 153, green value is 45 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #992dac hue: 0.81 , saturation: 0.59 and the lightness value of 992dac is 0.43.

The process color (four color CMYK) of #992dac color hex is 0.11, 0.74, 0.00, 0.33. Web safe color of #992dac is #993399. Color #992dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101101 10101100
Octal 231 55 254
Decimal 153 45 172
Hex 99 2D AC

RGB Percentages of Color #992dac

%41.35
%12.16
%46.49

CMYK Percentages of Color #992dac

%11
%74
%0
%33

Triadic Colors of #992dac

#992dac #ac992d #2dac99

Analogous Colors of #992dac

#992dac #ac2d80 #5a2dac

Monochromatic Colors of #992dac

#992dac

Complementary Color

#992dac #40ac2d

#992dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#992dac Color CSS Codes

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

#992dac Text Font Color

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

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


#992dac Background Color

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

This div background color is #992dac


#992dac Border Color

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

This div border color is #992dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,45,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #992dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992dac


Comments

No comments written yet.

Please login to write comment.