Color Hex Logo

#992466 Color Hex

#992466
(153,36,102)
0 Favorites   0 Comments

Color spaces of #992466

RGB 15336102
HSL0.910.620.37
HSV326°76°60°
CMYK 0.000.760.33   0.40
XYZ16.16608.993413.4542
Yxy8.99340.41870.2329
Hunter Lab29.989043.7422-5.6074
CIE-Lab35.971653.0132-10.0099

#992466 color RGB value is (153,36,102).

#992466 hex color red value is 153, green value is 36 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #992466 hue: 0.91 , saturation: 0.62 and the lightness value of 992466 is 0.37.

The process color (four color CMYK) of #992466 color hex is 0.00, 0.76, 0.33, 0.40. Web safe color of #992466 is #993366. Color #992466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100100 01100110
Octal 231 44 146
Decimal 153 36 102
Hex 99 24 66

RGB Percentages of Color #992466

%52.58
%12.37
%35.05

CMYK Percentages of Color #992466

%0
%76
%33
%40

Triadic Colors of #992466

#992466 #669924 #246699

Analogous Colors of #992466

#992466 #99242c #922499

Monochromatic Colors of #992466

#992466

Complementary Color

#992466 #249957

#992466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992466 Color CSS Codes

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

#992466 Text Font Color

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

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


#992466 Background Color

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

This div background color is #992466


#992466 Border Color

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

This div border color is #992466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992466


Comments

No comments written yet.

Please login to write comment.