Color Hex Logo

#992c7e Color Hex

#992C7E
(153,44,126)
0 Favorites   0 Comments

Color spaces of #992c7e

RGB 15344126
HSL0.870.550.39
HSV315°71°60°
CMYK 0.000.710.18   0.40
XYZ17.803410.080020.7460
Yxy10.08000.36610.2073
Hunter Lab31.749044.5339-16.5180
CIE-Lab37.985653.3860-22.0070

#992c7e color RGB value is (153,44,126).

#992c7e hex color red value is 153, green value is 44 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #992c7e hue: 0.87 , saturation: 0.55 and the lightness value of 992c7e is 0.39.

The process color (four color CMYK) of #992c7e color hex is 0.00, 0.71, 0.18, 0.40. Web safe color of #992c7e is #993366. Color #992c7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101100 01111110
Octal 231 54 176
Decimal 153 44 126
Hex 99 2C 7E

RGB Percentages of Color #992c7e

%47.37
%13.62
%39.01

CMYK Percentages of Color #992c7e

%0
%71
%18
%40

Triadic Colors of #992c7e

#992c7e #7e992c #2c7e99

Analogous Colors of #992c7e

#992c7e #992c48 #7e2c99

Monochromatic Colors of #992c7e

#992c7e

Complementary Color

#992c7e #2c9947

#992c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#992c7e Color CSS Codes

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

#992c7e Text Font Color

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

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


#992c7e Background Color

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

This div background color is #992c7e


#992c7e Border Color

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

This div border color is #992c7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992c7e


Comments

No comments written yet.

Please login to write comment.