Color Hex Logo

#993780 Color Hex

#993780
(153,55,128)
0 Favorites   0 Comments

Color spaces of #993780

RGB 15355128
HSL0.880.470.41
HSV315°64°60°
CMYK 0.000.640.16   0.40
XYZ18.399311.063221.5877
Yxy11.06320.36040.2167
Hunter Lab33.261440.5339-15.1981
CIE-Lab39.686749.2106-20.6100

#993780 color RGB value is (153,55,128).

#993780 hex color red value is 153, green value is 55 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #993780 hue: 0.88 , saturation: 0.47 and the lightness value of 993780 is 0.41.

The process color (four color CMYK) of #993780 color hex is 0.00, 0.64, 0.16, 0.40. Web safe color of #993780 is #993399. Color #993780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110111 10000000
Octal 231 67 200
Decimal 153 55 128
Hex 99 37 80

RGB Percentages of Color #993780

%45.54
%16.37
%38.10

CMYK Percentages of Color #993780

%0
%64
%16
%40

Triadic Colors of #993780

#993780 #809937 #378099

Analogous Colors of #993780

#993780 #99374f #813799

Monochromatic Colors of #993780

#993780

Complementary Color

#993780 #379950

#993780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993780 Color CSS Codes

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

#993780 Text Font Color

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

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


#993780 Background Color

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

This div background color is #993780


#993780 Border Color

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

This div border color is #993780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993780


Comments

No comments written yet.

Please login to write comment.