Color Hex Logo

#992679 Color Hex

#992679
(153,38,121)
0 Favorites   0 Comments

Color spaces of #992679

RGB 15338121
HSL0.880.600.37
HSV317°75°60°
CMYK 0.000.750.21   0.40
XYZ17.28129.539019.0196
Yxy9.53900.37700.2081
Hunter Lab30.885345.8267-14.8920
CIE-Lab37.002054.8009-20.4177

#992679 color RGB value is (153,38,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100110 01111001
Octal 231 46 171
Decimal 153 38 121
Hex 99 26 79

RGB Percentages of Color #992679

%49.04
%12.18
%38.78

CMYK Percentages of Color #992679

%0
%75
%21
%40

Triadic Colors of #992679

#992679 #799926 #267999

Analogous Colors of #992679

#992679 #992640 #802699

Monochromatic Colors of #992679

#992679

Complementary Color

#992679 #269946

#992679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992679 Color CSS Codes

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

#992679 Text Font Color

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

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


#992679 Background Color

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

This div background color is #992679


#992679 Border Color

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

This div border color is #992679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992679


Comments

No comments written yet.

Please login to write comment.