Color Hex Logo

#803863 Color Hex

#803863
(128,56,99)
0 Favorites   0 Comments

Color spaces of #803863

RGB 1285699
HSL0.900.390.36
HSV324°56°50°
CMYK 0.000.560.23   0.50
XYZ12.56848.318412.7476
Yxy8.31840.37370.2473
Hunter Lab28.841627.3126-6.0162
CIE-Lab34.637436.4676-10.5348

#803863 color RGB value is (128,56,99).

#803863 hex color red value is 128, green value is 56 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #803863 hue: 0.90 , saturation: 0.39 and the lightness value of 803863 is 0.36.

The process color (four color CMYK) of #803863 color hex is 0.00, 0.56, 0.23, 0.50. Web safe color of #803863 is #993366. Color #803863 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111000 01100011
Octal 200 70 143
Decimal 128 56 99
Hex 80 38 63

RGB Percentages of Color #803863

%45.23
%19.79
%34.98

CMYK Percentages of Color #803863

%0
%56
%23
%50

Triadic Colors of #803863

#803863 #638038 #386380

Analogous Colors of #803863

#803863 #80383f #793880

Monochromatic Colors of #803863

#803863

Complementary Color

#803863 #388055

#803863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803863 Color CSS Codes

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

#803863 Text Font Color

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

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


#803863 Background Color

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

This div background color is #803863


#803863 Border Color

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

This div border color is #803863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803863


Comments

No comments written yet.

Please login to write comment.