Color Hex Logo

#802650 Color Hex

#802650
(128,38,80)
0 Favorites   0 Comments

Color spaces of #802650

RGB 1283880
HSL0.920.540.33
HSV332°70°50°
CMYK 0.000.700.38   0.50
XYZ11.04326.55468.2725
Yxy6.55460.42690.2534
Hunter Lab25.602032.1911-1.2364
CIE-Lab30.770642.3831-4.0685

#802650 color RGB value is (128,38,80).

#802650 hex color red value is 128, green value is 38 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #802650 hue: 0.92 , saturation: 0.54 and the lightness value of 802650 is 0.33.

The process color (four color CMYK) of #802650 color hex is 0.00, 0.70, 0.38, 0.50. Web safe color of #802650 is #993366. Color #802650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100110 01010000
Octal 200 46 120
Decimal 128 38 80
Hex 80 26 50

RGB Percentages of Color #802650

%52.03
%15.45
%32.52

CMYK Percentages of Color #802650

%0
%70
%38
%50

Triadic Colors of #802650

#802650 #508026 #265080

Analogous Colors of #802650

#802650 #802926 #80267d

Monochromatic Colors of #802650

#802650

Complementary Color

#802650 #268056

#802650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802650 Color CSS Codes

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

#802650 Text Font Color

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

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


#802650 Background Color

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

This div background color is #802650


#802650 Border Color

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

This div border color is #802650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802650


Comments

No comments written yet.

Please login to write comment.