Color Hex Logo

#d14518 Color Hex

#D14518
(209,69,24)
0 Favorites   0 Comments

Color spaces of #d14518

RGB 2096924
HSL0.040.790.46
HSV15°89°82°
CMYK 0.000.670.89   0.18
XYZ28.587517.87752.8081
Yxy17.87750.58020.3628
Hunter Lab42.281846.694025.6596
CIE-Lab49.347253.334553.5775

#d14518 color RGB value is (209,69,24).

#d14518 hex color red value is 209, green value is 69 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #d14518 hue: 0.04 , saturation: 0.79 and the lightness value of d14518 is 0.46.

The process color (four color CMYK) of #d14518 color hex is 0.00, 0.67, 0.89, 0.18. Web safe color of #d14518 is #cc3300. Color #d14518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000101 00011000
Octal 321 105 30
Decimal 209 69 24
Hex D1 45 18

RGB Percentages of Color #d14518

%69.21
%22.85
%7.95

CMYK Percentages of Color #d14518

%0
%67
%89
%18

Triadic Colors of #d14518

#d14518 #18d145 #4518d1

Analogous Colors of #d14518

#d14518 #d1a218 #d11848

Monochromatic Colors of #d14518

#d14518

Complementary Color

#d14518 #18a4d1

#d14518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14518 Color CSS Codes

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

#d14518 Text Font Color

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

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


#d14518 Background Color

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

This div background color is #d14518


#d14518 Border Color

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

This div border color is #d14518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14518


Comments

No comments written yet.

Please login to write comment.