Color Hex Logo

#803493 Color Hex

#803493
(128,52,147)
0 Favorites   0 Comments

Color spaces of #803493

RGB 12852147
HSL0.800.480.39
HSV288°65°58°
CMYK 0.130.650.00   0.42
XYZ15.39659.151828.5587
Yxy9.15180.28990.1723
Hunter Lab30.251937.9053-34.7951
CIE-Lab36.274947.2385-37.8942

#803493 color RGB value is (128,52,147).

#803493 hex color red value is 128, green value is 52 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #803493 hue: 0.80 , saturation: 0.48 and the lightness value of 803493 is 0.39.

The process color (four color CMYK) of #803493 color hex is 0.13, 0.65, 0.00, 0.42. Web safe color of #803493 is #993399. Color #803493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110100 10010011
Octal 200 64 223
Decimal 128 52 147
Hex 80 34 93

RGB Percentages of Color #803493

%39.14
%15.90
%44.95

CMYK Percentages of Color #803493

%13
%65
%0
%42

Triadic Colors of #803493

#803493 #938034 #349380

Analogous Colors of #803493

#803493 #933477 #513493

Monochromatic Colors of #803493

#803493

Complementary Color

#803493 #479334

#803493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803493 Color CSS Codes

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

#803493 Text Font Color

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

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


#803493 Background Color

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

This div background color is #803493


#803493 Border Color

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

This div border color is #803493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803493


Comments

No comments written yet.

Please login to write comment.