Color Hex Logo

#803d99 Color Hex

#803D99
(128,61,153)
0 Favorites   0 Comments

Color spaces of #803d99

RGB 12861153
HSL0.790.430.42
HSV284°60°60°
CMYK 0.160.600.00   0.40
XYZ16.320610.226631.2507
Yxy10.22660.28240.1769
Hunter Lab31.979135.1346-35.5543
CIE-Lab38.246144.0896-38.3981

#803d99 color RGB value is (128,61,153).

#803d99 hex color red value is 128, green value is 61 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #803d99 hue: 0.79 , saturation: 0.43 and the lightness value of 803d99 is 0.42.

The process color (four color CMYK) of #803d99 color hex is 0.16, 0.60, 0.00, 0.40. Web safe color of #803d99 is #993399. Color #803d99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111101 10011001
Octal 200 75 231
Decimal 128 61 153
Hex 80 3D 99

RGB Percentages of Color #803d99

%37.43
%17.84
%44.74

CMYK Percentages of Color #803d99

%16
%60
%0
%40

Triadic Colors of #803d99

#803d99 #99803d #3d9980

Analogous Colors of #803d99

#803d99 #993d84 #523d99

Monochromatic Colors of #803d99

#803d99

Complementary Color

#803d99 #56993d

#803d99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803d99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803d99 Color CSS Codes

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

#803d99 Text Font Color

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

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


#803d99 Background Color

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

This div background color is #803d99


#803d99 Border Color

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

This div border color is #803d99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803d99


Comments

No comments written yet.

Please login to write comment.