Color Hex Logo

#d49273 Color Hex

#D49273
(212,146,115)
0 Favorites   0 Comments

Color spaces of #d49273

RGB 212146115
HSL0.050.530.64
HSV19°46°83°
CMYK 0.000.310.46   0.17
XYZ40.524835.792620.9924
Yxy35.79260.41650.3678
Hunter Lab59.826916.213021.0748
CIE-Lab66.361221.321026.4624

#d49273 color RGB value is (212,146,115).

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

The process color (four color CMYK) of #d49273 color hex is 0.00, 0.31, 0.46, 0.17. Web safe color of #d49273 is #cc9966. Color #d49273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010010 01110011
Octal 324 222 163
Decimal 212 146 115
Hex D4 92 73

RGB Percentages of Color #d49273

%44.82
%30.87
%24.31

CMYK Percentages of Color #d49273

%0
%31
%46
%17

Triadic Colors of #d49273

#d49273 #73d492 #9273d4

Analogous Colors of #d49273

#d49273 #d4c373 #d47385

Monochromatic Colors of #d49273

#d49273

Complementary Color

#d49273 #73b5d4

#d49273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49273 Color CSS Codes

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

#d49273 Text Font Color

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

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


#d49273 Background Color

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

This div background color is #d49273


#d49273 Border Color

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

This div border color is #d49273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49273


Comments

No comments written yet.

Please login to write comment.