Color Hex Logo

#682472 Color Hex

#682472
(104,36,114)
0 Favorites   0 Comments

Color spaces of #682472

RGB 10436114
HSL0.810.520.29
HSV292°68°45°
CMYK 0.090.680.00   0.55
XYZ9.37715.419716.4715
Yxy5.41970.29990.1733
Hunter Lab23.280231.1580-25.6533
CIE-Lab27.898541.8185-30.8795

#682472 color RGB value is (104,36,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100100 01110010
Octal 150 44 162
Decimal 104 36 114
Hex 68 24 72

RGB Percentages of Color #682472

%40.94
%14.17
%44.88

CMYK Percentages of Color #682472

%9
%68
%0
%55

Triadic Colors of #682472

#682472 #726824 #247268

Analogous Colors of #682472

#682472 #722455 #412472

Monochromatic Colors of #682472

#682472

Complementary Color

#682472 #2e7224

#682472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682472 Color CSS Codes

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

#682472 Text Font Color

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

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


#682472 Background Color

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

This div background color is #682472


#682472 Border Color

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

This div border color is #682472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682472


Comments

No comments written yet.

Please login to write comment.