Color Hex Logo

#d48570 Color Hex

#D48570
(212,133,112)
0 Favorites   0 Comments

Color spaces of #d48570

RGB 212133112
HSL0.040.540.64
HSV13°47°83°
CMYK 0.000.370.47   0.17
XYZ38.463531.942019.4674
Yxy31.94200.42800.3554
Hunter Lab56.517322.575119.1396
CIE-Lab63.294928.045524.0443

#d48570 color RGB value is (212,133,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000101 01110000
Octal 324 205 160
Decimal 212 133 112
Hex D4 85 70

RGB Percentages of Color #d48570

%46.39
%29.10
%24.51

CMYK Percentages of Color #d48570

%0
%37
%47
%17

Triadic Colors of #d48570

#d48570 #70d485 #8570d4

Analogous Colors of #d48570

#d48570 #d4b770 #d4708d

Monochromatic Colors of #d48570

#d48570

Complementary Color

#d48570 #70bfd4

#d48570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48570 Color CSS Codes

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

#d48570 Text Font Color

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

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


#d48570 Background Color

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

This div background color is #d48570


#d48570 Border Color

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

This div border color is #d48570


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,133,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 #d48570">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48570


Comments

No comments written yet.

Please login to write comment.