Color Hex Logo

#803858 Color Hex

#803858
(128,56,88)
0 Favorites   0 Comments

Color spaces of #803858

RGB 1285688
HSL0.930.390.36
HSV333°56°50°
CMYK 0.000.560.31   0.50
XYZ12.07778.122110.1637
Yxy8.12210.39780.2675
Hunter Lab28.499325.7726-1.1951
CIE-Lab34.235934.8390-4.1115

#803858 color RGB value is (128,56,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111000 01011000
Octal 200 70 130
Decimal 128 56 88
Hex 80 38 58

RGB Percentages of Color #803858

%47.06
%20.59
%32.35

CMYK Percentages of Color #803858

%0
%56
%31
%50

Triadic Colors of #803858

#803858 #588038 #385880

Analogous Colors of #803858

#803858 #803c38 #80387c

Monochromatic Colors of #803858

#803858

Complementary Color

#803858 #388060

#803858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803858 Color CSS Codes

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

#803858 Text Font Color

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

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


#803858 Background Color

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

This div background color is #803858


#803858 Border Color

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

This div border color is #803858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803858


Comments

No comments written yet.

Please login to write comment.