Color Hex Logo

#680572 Color Hex

#680572
(104,5,114)
0 Favorites   0 Comments

Color spaces of #680572

RGB 1045114
HSL0.820.920.23
HSV294°96°45°
CMYK 0.090.960.00   0.55
XYZ8.80054.266516.2793
Yxy4.26650.29990.1454
Hunter Lab20.655539.9047-32.2696
CIE-Lab24.533651.4864-36.2649

#680572 color RGB value is (104,5,114).

#680572 hex color red value is 104, green value is 5 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #680572 hue: 0.82 , saturation: 0.92 and the lightness value of 680572 is 0.23.

The process color (four color CMYK) of #680572 color hex is 0.09, 0.96, 0.00, 0.55. Web safe color of #680572 is #660066. Color #680572 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000101 01110010
Octal 150 5 162
Decimal 104 5 114
Hex 68 5 72

RGB Percentages of Color #680572

%46.64
%2.24
%51.12

CMYK Percentages of Color #680572

%9
%96
%0
%55

Triadic Colors of #680572

#680572 #726805 #057268

Analogous Colors of #680572

#680572 #720545 #320572

Monochromatic Colors of #680572

#680572

Complementary Color

#680572 #0f7205

#680572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680572 Color CSS Codes

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

#680572 Text Font Color

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

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


#680572 Background Color

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

This div background color is #680572


#680572 Border Color

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

This div border color is #680572


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,5,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680572


Comments

No comments written yet.

Please login to write comment.