Color Hex Logo

#680050 Color Hex

#680050
(104,0,80)
0 Favorites   0 Comments

Color spaces of #680050

RGB 104080
HSL0.871.000.20
HSV314°100°41°
CMYK 0.001.000.23   0.59
XYZ7.15693.52227.8921
Yxy3.52220.38540.1897
Hunter Lab18.767535.2269-11.7953
CIE-Lab22.024447.2392-17.8294

#680050 color RGB value is (104,0,80).

#680050 hex color red value is 104, green value is 0 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #680050 hue: 0.87 , saturation: 1.00 and the lightness value of 680050 is 0.20.

The process color (four color CMYK) of #680050 color hex is 0.00, 1.00, 0.23, 0.59. Web safe color of #680050 is #660066. Color #680050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000000 01010000
Octal 150 0 120
Decimal 104 0 80
Hex 68 0 50

RGB Percentages of Color #680050

%56.52
%0.00
%43.48

CMYK Percentages of Color #680050

%0
%100
%23
%59

Triadic Colors of #680050

#680050 #506800 #005068

Analogous Colors of #680050

#680050 #68001c #4c0068

Monochromatic Colors of #680050

#680050

Complementary Color

#680050 #006818

#680050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680050 Color CSS Codes

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

#680050 Text Font Color

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

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


#680050 Background Color

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

This div background color is #680050


#680050 Border Color

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

This div border color is #680050


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,0,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 #680050">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680050


Comments

No comments written yet.

Please login to write comment.