Color Hex Logo

#d67349 Color Hex

#D67349
(214,115,73)
0 Favorites   0 Comments

Color spaces of #d67349

RGB 21411573
HSL0.050.630.56
HSV18°66°84°
CMYK 0.000.460.66   0.16
XYZ35.064927.03869.6742
Yxy27.03860.48850.3767
Hunter Lab51.998729.372525.3683
CIE-Lab59.010035.284540.0831

#d67349 color RGB value is (214,115,73).

#d67349 hex color red value is 214, green value is 115 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d67349 hue: 0.05 , saturation: 0.63 and the lightness value of d67349 is 0.56.

The process color (four color CMYK) of #d67349 color hex is 0.00, 0.46, 0.66, 0.16. Web safe color of #d67349 is #cc6633. Color #d67349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110011 01001001
Octal 326 163 111
Decimal 214 115 73
Hex D6 73 49

RGB Percentages of Color #d67349

%53.23
%28.61
%18.16

CMYK Percentages of Color #d67349

%0
%46
%66
%16

Triadic Colors of #d67349

#d67349 #49d673 #7349d6

Analogous Colors of #d67349

#d67349 #d6ba49 #d64966

Monochromatic Colors of #d67349

#d67349

Complementary Color

#d67349 #49acd6

#d67349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67349 Color CSS Codes

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

#d67349 Text Font Color

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

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


#d67349 Background Color

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

This div background color is #d67349


#d67349 Border Color

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

This div border color is #d67349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67349


Comments

No comments written yet.

Please login to write comment.