Color Hex Logo

#992283 Color Hex

#992283
(153,34,131)
0 Favorites   0 Comments

Color spaces of #992283

RGB 15334131
HSL0.860.640.37
HSV311°78°60°
CMYK 0.000.780.14   0.40
XYZ17.80569.555122.3786
Yxy9.55510.35800.1921
Hunter Lab30.911348.7251-21.2857
CIE-Lab37.031857.5091-26.5946

#992283 color RGB value is (153,34,131).

#992283 hex color red value is 153, green value is 34 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #992283 hue: 0.86 , saturation: 0.64 and the lightness value of 992283 is 0.37.

The process color (four color CMYK) of #992283 color hex is 0.00, 0.78, 0.14, 0.40. Web safe color of #992283 is #993399. Color #992283 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100010 10000011
Octal 231 42 203
Decimal 153 34 131
Hex 99 22 83

RGB Percentages of Color #992283

%48.11
%10.69
%41.19

CMYK Percentages of Color #992283

%0
%78
%14
%40

Triadic Colors of #992283

#992283 #839922 #228399

Analogous Colors of #992283

#992283 #992247 #742299

Monochromatic Colors of #992283

#992283

Complementary Color

#992283 #229938

#992283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992283 Color CSS Codes

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

#992283 Text Font Color

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

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


#992283 Background Color

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

This div background color is #992283


#992283 Border Color

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

This div border color is #992283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992283


Comments

No comments written yet.

Please login to write comment.