Color Hex Logo

#993364 Color Hex

#993364
(153,51,100)
0 Favorites   0 Comments

Color spaces of #993364

RGB 15351100
HSL0.920.500.40
HSV331°67°60°
CMYK 0.000.670.35   0.40
XYZ16.620910.060113.1224
Yxy10.06010.41760.2527
Hunter Lab31.717738.0329-2.3274
CIE-Lab37.950147.0597-5.7729

#993364 color RGB value is (153,51,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110011 01100100
Octal 231 63 144
Decimal 153 51 100
Hex 99 33 64

RGB Percentages of Color #993364

%50.33
%16.78
%32.89

CMYK Percentages of Color #993364

%0
%67
%35
%40

Triadic Colors of #993364

#993364 #649933 #336499

Analogous Colors of #993364

#993364 #993533 #993397

Monochromatic Colors of #993364

#993364

Complementary Color

#993364 #339968

#993364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993364 Color CSS Codes

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

#993364 Text Font Color

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

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


#993364 Background Color

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

This div background color is #993364


#993364 Border Color

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

This div border color is #993364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993364


Comments

No comments written yet.

Please login to write comment.