Color Hex Logo

#992674 Color Hex

#992674
(153,38,116)
0 Favorites   0 Comments

Color spaces of #992674

RGB 15338116
HSL0.890.600.37
HSV319°75°60°
CMYK 0.000.750.24   0.40
XYZ16.98249.419517.4461
Yxy9.41950.38730.2148
Hunter Lab30.691245.0600-12.2189
CIE-Lab36.779754.1168-17.6287

#992674 color RGB value is (153,38,116).

#992674 hex color red value is 153, green value is 38 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #992674 hue: 0.89 , saturation: 0.60 and the lightness value of 992674 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100110 01110100
Octal 231 46 164
Decimal 153 38 116
Hex 99 26 74

RGB Percentages of Color #992674

%49.84
%12.38
%37.79

CMYK Percentages of Color #992674

%0
%75
%24
%40

Triadic Colors of #992674

#992674 #749926 #267499

Analogous Colors of #992674

#992674 #99263b #852699

Monochromatic Colors of #992674

#992674

Complementary Color

#992674 #26994b

#992674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992674 Color CSS Codes

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

#992674 Text Font Color

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

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


#992674 Background Color

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

This div background color is #992674


#992674 Border Color

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

This div border color is #992674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992674


Comments

No comments written yet.

Please login to write comment.