Color Hex Logo

#682572 Color Hex

#682572
(104,37,114)
0 Favorites   0 Comments

Color spaces of #682572

RGB 10437114
HSL0.810.510.30
HSV292°68°45°
CMYK 0.090.680.00   0.55
XYZ9.40785.481116.4817
Yxy5.48110.29990.1747
Hunter Lab23.411730.7581-25.3515
CIE-Lab28.063741.3585-30.6167

#682572 color RGB value is (104,37,114).

#682572 hex color red value is 104, green value is 37 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #682572 hue: 0.81 , saturation: 0.51 and the lightness value of 682572 is 0.30.

The process color (four color CMYK) of #682572 color hex is 0.09, 0.68, 0.00, 0.55. Web safe color of #682572 is #663366. Color #682572 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100101 01110010
Octal 150 45 162
Decimal 104 37 114
Hex 68 25 72

RGB Percentages of Color #682572

%40.78
%14.51
%44.71

CMYK Percentages of Color #682572

%9
%68
%0
%55

Triadic Colors of #682572

#682572 #726825 #257268

Analogous Colors of #682572

#682572 #722555 #422572

Monochromatic Colors of #682572

#682572

Complementary Color

#682572 #2f7225

#682572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682572 Color CSS Codes

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

#682572 Text Font Color

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

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


#682572 Background Color

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

This div background color is #682572


#682572 Border Color

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

This div border color is #682572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682572


Comments

No comments written yet.

Please login to write comment.