Color Hex Logo

#803c89 Color Hex

#803C89
(128,60,137)
0 Favorites   0 Comments

Color spaces of #803c89

RGB 12860137
HSL0.810.390.39
HSV293°56°54°
CMYK 0.070.560.00   0.46
XYZ15.03339.627124.7328
Yxy9.62710.30440.1949
Hunter Lab31.027632.1876-25.5421
CIE-Lab37.164741.2431-30.3671

#803c89 color RGB value is (128,60,137).

#803c89 hex color red value is 128, green value is 60 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #803c89 hue: 0.81 , saturation: 0.39 and the lightness value of 803c89 is 0.39.

The process color (four color CMYK) of #803c89 color hex is 0.07, 0.56, 0.00, 0.46. Web safe color of #803c89 is #993399. Color #803c89 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111100 10001001
Octal 200 74 211
Decimal 128 60 137
Hex 80 3C 89

RGB Percentages of Color #803c89

%39.38
%18.46
%42.15

CMYK Percentages of Color #803c89

%7
%56
%0
%46

Triadic Colors of #803c89

#803c89 #89803c #3c8980

Analogous Colors of #803c89

#803c89 #893c6c #593c89

Monochromatic Colors of #803c89

#803c89

Complementary Color

#803c89 #45893c

#803c89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803c89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803c89 Color CSS Codes

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

#803c89 Text Font Color

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

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


#803c89 Background Color

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

This div background color is #803c89


#803c89 Border Color

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

This div border color is #803c89


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,60,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #803c89; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #803c89;
  -webkit-box-shadow: 1px 1px 3px 2px #803c89;
  box-shadow:         1px 1px 3px 2px #803c89; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803c89


Comments

No comments written yet.

Please login to write comment.