Color Hex Logo

#683772 Color Hex

#683772
(104,55,114)
0 Favorites   0 Comments

Color spaces of #683772

RGB 10455114
HSL0.810.350.33
HSV290°52°45°
CMYK 0.090.520.00   0.55
XYZ10.11246.890316.7166
Yxy6.89030.29990.2043
Hunter Lab26.249422.8295-19.3836
CIE-Lab31.555931.9416-25.0997

#683772 color RGB value is (104,55,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110111 01110010
Octal 150 67 162
Decimal 104 55 114
Hex 68 37 72

RGB Percentages of Color #683772

%38.10
%20.15
%41.76

CMYK Percentages of Color #683772

%9
%52
%0
%55

Triadic Colors of #683772

#683772 #726837 #377268

Analogous Colors of #683772

#683772 #72375f #4b3772

Monochromatic Colors of #683772

#683772

Complementary Color

#683772 #417237

#683772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683772 Color CSS Codes

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

#683772 Text Font Color

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

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


#683772 Background Color

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

This div background color is #683772


#683772 Border Color

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

This div border color is #683772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683772


Comments

No comments written yet.

Please login to write comment.