Color Hex Logo

#682440 Color Hex

#682440
(104,36,64)
0 Favorites   0 Comments

Color spaces of #682440

RGB 1043664
HSL0.930.490.27
HSV335°65°41°
CMYK 0.000.650.38   0.59
XYZ7.26524.57505.3506
Yxy4.57500.42260.2661
Hunter Lab21.389223.19920.1409
CIE-Lab25.487933.3700-1.7253

#682440 color RGB value is (104,36,64).

#682440 hex color red value is 104, green value is 36 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #682440 hue: 0.93 , saturation: 0.49 and the lightness value of 682440 is 0.27.

The process color (four color CMYK) of #682440 color hex is 0.00, 0.65, 0.38, 0.59. Web safe color of #682440 is #663333. Color #682440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100100 01000000
Octal 150 44 100
Decimal 104 36 64
Hex 68 24 40

RGB Percentages of Color #682440

%50.98
%17.65
%31.37

CMYK Percentages of Color #682440

%0
%65
%38
%59

Triadic Colors of #682440

#682440 #406824 #244068

Analogous Colors of #682440

#682440 #682a24 #682462

Monochromatic Colors of #682440

#682440

Complementary Color

#682440 #24684c

#682440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682440 Color CSS Codes

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

#682440 Text Font Color

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

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


#682440 Background Color

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

This div background color is #682440


#682440 Border Color

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

This div border color is #682440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682440


Comments

No comments written yet.

Please login to write comment.