Color Hex Logo

#803762 Color Hex

#803762
(128,55,98)
0 Favorites   0 Comments

Color spaces of #803762

RGB 1285598
HSL0.900.400.36
HSV325°57°50°
CMYK 0.000.570.23   0.50
XYZ12.47298.203412.4813
Yxy8.20340.37620.2474
Hunter Lab28.641627.6108-5.7880
CIE-Lab34.402936.8313-10.2529

#803762 color RGB value is (128,55,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110111 01100010
Octal 200 67 142
Decimal 128 55 98
Hex 80 37 62

RGB Percentages of Color #803762

%45.55
%19.57
%34.88

CMYK Percentages of Color #803762

%0
%57
%23
%50

Triadic Colors of #803762

#803762 #628037 #376280

Analogous Colors of #803762

#803762 #80373e #7a3780

Monochromatic Colors of #803762

#803762

Complementary Color

#803762 #378055

#803762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803762 Color CSS Codes

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

#803762 Text Font Color

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

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


#803762 Background Color

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

This div background color is #803762


#803762 Border Color

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

This div border color is #803762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803762


Comments

No comments written yet.

Please login to write comment.