Color Hex Logo

#992268 Color Hex

#992268
(153,34,104)
0 Favorites   0 Comments

Color spaces of #992268

RGB 15334104
HSL0.900.640.37
HSV325°78°60°
CMYK 0.000.780.32   0.40
XYZ16.20768.915813.9634
Yxy8.91580.41470.2281
Hunter Lab29.859344.6357-6.8248
CIE-Lab35.821753.8968-11.5095

#992268 color RGB value is (153,34,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100010 01101000
Octal 231 42 150
Decimal 153 34 104
Hex 99 22 68

RGB Percentages of Color #992268

%52.58
%11.68
%35.74

CMYK Percentages of Color #992268

%0
%78
%32
%40

Triadic Colors of #992268

#992268 #689922 #226899

Analogous Colors of #992268

#992268 #99222d #8f2299

Monochromatic Colors of #992268

#992268

Complementary Color

#992268 #229953

#992268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992268 Color CSS Codes

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

#992268 Text Font Color

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

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


#992268 Background Color

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

This div background color is #992268


#992268 Border Color

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

This div border color is #992268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992268


Comments

No comments written yet.

Please login to write comment.