Color Hex Logo

#d0641e Color Hex

#D0641E
(208,100,30)
0 Favorites   0 Comments

Color spaces of #d0641e

RGB 20810030
HSL0.070.750.47
HSV24°86°82°
CMYK 0.000.520.86   0.18
XYZ30.803922.61803.9705
Yxy22.61800.53670.3941
Hunter Lab47.558432.388528.3409
CIE-Lab54.676738.805755.5342

#d0641e color RGB value is (208,100,30).

#d0641e hex color red value is 208, green value is 100 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d0641e hue: 0.07 , saturation: 0.75 and the lightness value of d0641e is 0.47.

The process color (four color CMYK) of #d0641e color hex is 0.00, 0.52, 0.86, 0.18. Web safe color of #d0641e is #cc6633. Color #d0641e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100100 00011110
Octal 320 144 36
Decimal 208 100 30
Hex D0 64 1E

RGB Percentages of Color #d0641e

%61.54
%29.59
%8.88

CMYK Percentages of Color #d0641e

%0
%52
%86
%18

Triadic Colors of #d0641e

#d0641e #1ed064 #641ed0

Analogous Colors of #d0641e

#d0641e #d0bd1e #d01e31

Monochromatic Colors of #d0641e

#d0641e

Complementary Color

#d0641e #1e8ad0

#d0641e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0641e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0641e Color CSS Codes

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

#d0641e Text Font Color

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

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


#d0641e Background Color

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

This div background color is #d0641e


#d0641e Border Color

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

This div border color is #d0641e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,100,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0641e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0641e;
  -webkit-box-shadow: 1px 1px 3px 2px #d0641e;
  box-shadow:         1px 1px 3px 2px #d0641e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,100,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0641e


Comments

No comments written yet.

Please login to write comment.