Color Hex Logo

#682039 Color Hex

#682039
(104,32,57)
0 Favorites   0 Comments

Color spaces of #682039

RGB 1043257
HSL0.940.530.27
HSV339°69°41°
CMYK 0.000.690.45   0.59
XYZ6.96404.27154.3283
Yxy4.27150.44740.2745
Hunter Lab20.667623.97772.0506
CIE-Lab24.549434.44131.6555

#682039 color RGB value is (104,32,57).

#682039 hex color red value is 104, green value is 32 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #682039 hue: 0.94 , saturation: 0.53 and the lightness value of 682039 is 0.27.

The process color (four color CMYK) of #682039 color hex is 0.00, 0.69, 0.45, 0.59. Web safe color of #682039 is #663333. Color #682039 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100000 00111001
Octal 150 40 71
Decimal 104 32 57
Hex 68 20 39

RGB Percentages of Color #682039

%53.89
%16.58
%29.53

CMYK Percentages of Color #682039

%0
%69
%45
%59

Triadic Colors of #682039

#682039 #396820 #203968

Analogous Colors of #682039

#682039 #682b20 #68205d

Monochromatic Colors of #682039

#682039

Complementary Color

#682039 #20684f

#682039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682039 Color CSS Codes

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

#682039 Text Font Color

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

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


#682039 Background Color

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

This div background color is #682039


#682039 Border Color

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

This div border color is #682039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682039


Comments

No comments written yet.

Please login to write comment.