Color Hex Logo

#992369 Color Hex

#992369
(153,35,105)
0 Favorites   0 Comments

Color spaces of #992369

RGB 15335105
HSL0.900.630.37
HSV324°77°60°
CMYK 0.000.770.31   0.40
XYZ16.28778.994314.2422
Yxy8.99430.41210.2276
Hunter Lab29.990544.4591-7.1629
CIE-Lab35.973353.6992-11.9149

#992369 color RGB value is (153,35,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100011 01101001
Octal 231 43 151
Decimal 153 35 105
Hex 99 23 69

RGB Percentages of Color #992369

%52.22
%11.95
%35.84

CMYK Percentages of Color #992369

%0
%77
%31
%40

Triadic Colors of #992369

#992369 #699923 #236999

Analogous Colors of #992369

#992369 #99232e #8e2399

Monochromatic Colors of #992369

#992369

Complementary Color

#992369 #239953

#992369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992369 Color CSS Codes

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

#992369 Text Font Color

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

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


#992369 Background Color

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

This div background color is #992369


#992369 Border Color

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

This div border color is #992369


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,35,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 #992369">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992369


Comments

No comments written yet.

Please login to write comment.