Color Hex Logo

#d48470 Color Hex

#D48470
(212,132,112)
0 Favorites   0 Comments

Color spaces of #d48470

RGB 212132112
HSL0.030.540.64
HSV12°47°83°
CMYK 0.000.380.47   0.17
XYZ38.327331.669419.4220
Yxy31.66940.42860.3542
Hunter Lab56.275623.087818.9306
CIE-Lab63.068728.583623.7419

#d48470 color RGB value is (212,132,112).

#d48470 hex color red value is 212, green value is 132 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d48470 hue: 0.03 , saturation: 0.54 and the lightness value of d48470 is 0.64.

The process color (four color CMYK) of #d48470 color hex is 0.00, 0.38, 0.47, 0.17. Web safe color of #d48470 is #cc9966. Color #d48470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000100 01110000
Octal 324 204 160
Decimal 212 132 112
Hex D4 84 70

RGB Percentages of Color #d48470

%46.49
%28.95
%24.56

CMYK Percentages of Color #d48470

%0
%38
%47
%17

Triadic Colors of #d48470

#d48470 #70d484 #8470d4

Analogous Colors of #d48470

#d48470 #d4b670 #d4708e

Monochromatic Colors of #d48470

#d48470

Complementary Color

#d48470 #70c0d4

#d48470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48470 Color CSS Codes

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

#d48470 Text Font Color

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

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


#d48470 Background Color

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

This div background color is #d48470


#d48470 Border Color

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

This div border color is #d48470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48470


Comments

No comments written yet.

Please login to write comment.