Color Hex Logo

#d14e20 Color Hex

#D14E20
(209,78,32)
0 Favorites   0 Comments

Color spaces of #d14e20

RGB 2097832
HSL0.040.730.47
HSV16°85°82°
CMYK 0.000.630.85   0.18
XYZ29.279619.10843.5116
Yxy19.10840.56420.3682
Hunter Lab43.713243.063425.8363
CIE-Lab50.813849.694951.5345

#d14e20 color RGB value is (209,78,32).

#d14e20 hex color red value is 209, green value is 78 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d14e20 hue: 0.04 , saturation: 0.73 and the lightness value of d14e20 is 0.47.

The process color (four color CMYK) of #d14e20 color hex is 0.00, 0.63, 0.85, 0.18. Web safe color of #d14e20 is #cc6633. Color #d14e20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001110 00100000
Octal 321 116 40
Decimal 209 78 32
Hex D1 4E 20

RGB Percentages of Color #d14e20

%65.52
%24.45
%10.03

CMYK Percentages of Color #d14e20

%0
%63
%85
%18

Triadic Colors of #d14e20

#d14e20 #20d14e #4e20d1

Analogous Colors of #d14e20

#d14e20 #d1a720 #d1204b

Monochromatic Colors of #d14e20

#d14e20

Complementary Color

#d14e20 #20a3d1

#d14e20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14e20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14e20 Color CSS Codes

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

#d14e20 Text Font Color

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

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


#d14e20 Background Color

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

This div background color is #d14e20


#d14e20 Border Color

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

This div border color is #d14e20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14e20


Comments

No comments written yet.

Please login to write comment.