Color Hex Logo

#994292 Color Hex

#994292
(153,66,146)
0 Favorites   0 Comments

Color spaces of #994292

RGB 15366146
HSL0.850.400.43
HSV305°57°60°
CMYK 0.000.570.05   0.40
XYZ20.273412.744128.5855
Yxy12.74410.32910.2069
Hunter Lab35.698938.8971-22.4866
CIE-Lab42.375147.1273-27.4167

#994292 color RGB value is (153,66,146).

#994292 hex color red value is 153, green value is 66 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #994292 hue: 0.85 , saturation: 0.40 and the lightness value of 994292 is 0.43.

The process color (four color CMYK) of #994292 color hex is 0.00, 0.57, 0.05, 0.40. Web safe color of #994292 is #993399. Color #994292 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000010 10010010
Octal 231 102 222
Decimal 153 66 146
Hex 99 42 92

RGB Percentages of Color #994292

%41.92
%18.08
%40.00

CMYK Percentages of Color #994292

%0
%57
%5
%40

Triadic Colors of #994292

#994292 #929942 #429299

Analogous Colors of #994292

#994292 #994267 #754299

Monochromatic Colors of #994292

#994292

Complementary Color

#994292 #429949

#994292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994292 Color CSS Codes

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

#994292 Text Font Color

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

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


#994292 Background Color

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

This div background color is #994292


#994292 Border Color

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

This div border color is #994292


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,66,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #994292; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #994292;
  -webkit-box-shadow: 1px 1px 3px 2px #994292;
  box-shadow:         1px 1px 3px 2px #994292; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994292


Comments

No comments written yet.

Please login to write comment.