Color Hex Logo

#992265 Color Hex

#992265
(153,34,101)
0 Favorites   0 Comments

Color spaces of #992265

RGB 15334101
HSL0.910.640.37
HSV326°78°60°
CMYK 0.000.780.34   0.40
XYZ16.05798.855913.1749
Yxy8.85590.42160.2325
Hunter Lab29.758944.2407-5.4178
CIE-Lab35.705453.5419-9.7747

#992265 color RGB value is (153,34,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100010 01100101
Octal 231 42 145
Decimal 153 34 101
Hex 99 22 65

RGB Percentages of Color #992265

%53.13
%11.81
%35.07

CMYK Percentages of Color #992265

%0
%78
%34
%40

Triadic Colors of #992265

#992265 #659922 #226599

Analogous Colors of #992265

#992265 #992229 #922299

Monochromatic Colors of #992265

#992265

Complementary Color

#992265 #229956

#992265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992265 Color CSS Codes

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

#992265 Text Font Color

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

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


#992265 Background Color

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

This div background color is #992265


#992265 Border Color

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

This div border color is #992265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992265


Comments

No comments written yet.

Please login to write comment.