Color Hex Logo

#992287 Color Hex

#992287
(153,34,135)
0 Favorites   0 Comments

Color spaces of #992287

RGB 15334135
HSL0.860.640.37
HSV309°78°60°
CMYK 0.000.780.12   0.40
XYZ18.08219.665623.8343
Yxy9.66560.35060.1874
Hunter Lab31.089549.4113-23.6910
CIE-Lab37.235458.1046-28.7491

#992287 color RGB value is (153,34,135).

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

The process color (four color CMYK) of #992287 color hex is 0.00, 0.78, 0.12, 0.40. Web safe color of #992287 is #993399. Color #992287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100010 10000111
Octal 231 42 207
Decimal 153 34 135
Hex 99 22 87

RGB Percentages of Color #992287

%47.52
%10.56
%41.93

CMYK Percentages of Color #992287

%0
%78
%12
%40

Triadic Colors of #992287

#992287 #879922 #228799

Analogous Colors of #992287

#992287 #99224b #702299

Monochromatic Colors of #992287

#992287

Complementary Color

#992287 #229934

#992287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992287 Color CSS Codes

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

#992287 Text Font Color

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

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


#992287 Background Color

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

This div background color is #992287


#992287 Border Color

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

This div border color is #992287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992287


Comments

No comments written yet.

Please login to write comment.