Color Hex Logo

#680024 Color Hex

#680024
(104,0,36)
0 Favorites   0 Comments

Color spaces of #680024

RGB 104036
HSL0.941.000.20
HSV339°100°41°
CMYK 0.001.000.65   0.59
XYZ6.02743.07041.9440
Yxy3.07040.54590.2781
Hunter Lab17.522630.73595.6880
CIE-Lab20.323742.821210.3543

#680024 color RGB value is (104,0,36).

#680024 hex color red value is 104, green value is 0 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #680024 hue: 0.94 , saturation: 1.00 and the lightness value of 680024 is 0.20.

The process color (four color CMYK) of #680024 color hex is 0.00, 1.00, 0.65, 0.59. Web safe color of #680024 is #660033. Color #680024 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000000 00100100
Octal 150 0 44
Decimal 104 0 36
Hex 68 0 24

RGB Percentages of Color #680024

%74.29
%0.00
%25.71

CMYK Percentages of Color #680024

%0
%100
%65
%59

Triadic Colors of #680024

#680024 #246800 #002468

Analogous Colors of #680024

#680024 #681000 #680058

Monochromatic Colors of #680024

#680024

Complementary Color

#680024 #006844

#680024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680024 Color CSS Codes

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

#680024 Text Font Color

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

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


#680024 Background Color

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

This div background color is #680024


#680024 Border Color

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

This div border color is #680024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680024


Comments

No comments written yet.

Please login to write comment.