Color Hex Logo

#993370 Color Hex

#993370
(153,51,112)
0 Favorites   0 Comments

Color spaces of #993370

RGB 15351112
HSL0.900.500.40
HSV324°67°60°
CMYK 0.000.670.27   0.40
XYZ17.245310.309816.4103
Yxy10.30980.39220.2345
Hunter Lab32.108939.6797-7.8259
CIE-Lab38.392848.6098-12.6537

#993370 color RGB value is (153,51,112).

#993370 hex color red value is 153, green value is 51 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #993370 hue: 0.90 , saturation: 0.50 and the lightness value of 993370 is 0.40.

The process color (four color CMYK) of #993370 color hex is 0.00, 0.67, 0.27, 0.40. Web safe color of #993370 is #993366. Color #993370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110011 01110000
Octal 231 63 160
Decimal 153 51 112
Hex 99 33 70

RGB Percentages of Color #993370

%48.42
%16.14
%35.44

CMYK Percentages of Color #993370

%0
%67
%27
%40

Triadic Colors of #993370

#993370 #709933 #337099

Analogous Colors of #993370

#993370 #99333d #8f3399

Monochromatic Colors of #993370

#993370

Complementary Color

#993370 #33995c

#993370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993370 Color CSS Codes

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

#993370 Text Font Color

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

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


#993370 Background Color

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

This div background color is #993370


#993370 Border Color

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

This div border color is #993370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993370


Comments

No comments written yet.

Please login to write comment.