Color Hex Logo

#992269 Color Hex

#992269
(153,34,105)
0 Favorites   0 Comments

Color spaces of #992269

RGB 15334105
HSL0.900.640.37
HSV324°78°60°
CMYK 0.000.780.31   0.40
XYZ16.25878.936314.2325
Yxy8.93630.41240.2267
Hunter Lab29.893644.7696-7.3027
CIE-Lab35.861454.0168-12.0849

#992269 color RGB value is (153,34,105).

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

The process color (four color CMYK) of #992269 color hex is 0.00, 0.78, 0.31, 0.40. Web safe color of #992269 is #993366. Color #992269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100010 01101001
Octal 231 42 151
Decimal 153 34 105
Hex 99 22 69

RGB Percentages of Color #992269

%52.40
%11.64
%35.96

CMYK Percentages of Color #992269

%0
%78
%31
%40

Triadic Colors of #992269

#992269 #699922 #226999

Analogous Colors of #992269

#992269 #99222d #8e2299

Monochromatic Colors of #992269

#992269

Complementary Color

#992269 #229952

#992269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992269 Color CSS Codes

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

#992269 Text Font Color

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

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


#992269 Background Color

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

This div background color is #992269


#992269 Border Color

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

This div border color is #992269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992269


Comments

No comments written yet.

Please login to write comment.