Color Hex Logo

#d47345 Color Hex

#D47345
(212,115,69)
0 Favorites   0 Comments

Color spaces of #d47345

RGB 21211569
HSL0.050.620.55
HSV19°67°83°
CMYK 0.000.460.67   0.17
XYZ34.356326.68828.9708
Yxy26.68820.49070.3812
Hunter Lab51.660628.303325.8668
CIE-Lab58.684634.255241.7396

#d47345 color RGB value is (212,115,69).

#d47345 hex color red value is 212, green value is 115 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #d47345 hue: 0.05 , saturation: 0.62 and the lightness value of d47345 is 0.55.

The process color (four color CMYK) of #d47345 color hex is 0.00, 0.46, 0.67, 0.17. Web safe color of #d47345 is #cc6633. Color #d47345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110011 01000101
Octal 324 163 105
Decimal 212 115 69
Hex D4 73 45

RGB Percentages of Color #d47345

%53.54
%29.04
%17.42

CMYK Percentages of Color #d47345

%0
%46
%67
%17

Triadic Colors of #d47345

#d47345 #45d473 #7345d4

Analogous Colors of #d47345

#d47345 #d4bb45 #d4455f

Monochromatic Colors of #d47345

#d47345

Complementary Color

#d47345 #45a6d4

#d47345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47345 Color CSS Codes

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

#d47345 Text Font Color

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

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


#d47345 Background Color

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

This div background color is #d47345


#d47345 Border Color

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

This div border color is #d47345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47345


Comments

No comments written yet.

Please login to write comment.