Color Hex Logo

#992775 Color Hex

#992775
(153,39,117)
0 Favorites   0 Comments

Color spaces of #992775

RGB 15339117
HSL0.890.590.38
HSV319°75°60°
CMYK 0.000.750.24   0.40
XYZ17.07339.507717.7649
Yxy9.50770.38500.2144
Hunter Lab30.834644.8762-12.5749
CIE-Lab36.944053.9105-18.0032

#992775 color RGB value is (153,39,117).

#992775 hex color red value is 153, green value is 39 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #992775 hue: 0.89 , saturation: 0.59 and the lightness value of 992775 is 0.38.

The process color (four color CMYK) of #992775 color hex is 0.00, 0.75, 0.24, 0.40. Web safe color of #992775 is #993366. Color #992775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100111 01110101
Octal 231 47 165
Decimal 153 39 117
Hex 99 27 75

RGB Percentages of Color #992775

%49.51
%12.62
%37.86

CMYK Percentages of Color #992775

%0
%75
%24
%40

Triadic Colors of #992775

#992775 #759927 #277599

Analogous Colors of #992775

#992775 #99273c #842799

Monochromatic Colors of #992775

#992775

Complementary Color

#992775 #27994b

#992775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992775 Color CSS Codes

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

#992775 Text Font Color

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

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


#992775 Background Color

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

This div background color is #992775


#992775 Border Color

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

This div border color is #992775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992775


Comments

No comments written yet.

Please login to write comment.