Color Hex Logo

#681572 Color Hex

#681572
(104,21,114)
0 Favorites   0 Comments

Color spaces of #681572

RGB 10421114
HSL0.820.690.26
HSV294°82°45°
CMYK 0.090.820.00   0.55
XYZ9.01434.694316.3506
Yxy4.69430.29990.1562
Hunter Lab21.666336.3490-29.5770
CIE-Lab25.845547.6490-34.1579

#681572 color RGB value is (104,21,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010101 01110010
Octal 150 25 162
Decimal 104 21 114
Hex 68 15 72

RGB Percentages of Color #681572

%43.51
%8.79
%47.70

CMYK Percentages of Color #681572

%9
%82
%0
%55

Triadic Colors of #681572

#681572 #726815 #157268

Analogous Colors of #681572

#681572 #72154e #391572

Monochromatic Colors of #681572

#681572

Complementary Color

#681572 #1f7215

#681572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681572 Color CSS Codes

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

#681572 Text Font Color

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

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


#681572 Background Color

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

This div background color is #681572


#681572 Border Color

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

This div border color is #681572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681572


Comments

No comments written yet.

Please login to write comment.