Color Hex Logo

#d48b7d Color Hex

#D48B7D
(212,139,125)
0 Favorites   0 Comments

Color spaces of #d48b7d

RGB 212139125
HSL0.030.500.66
HSV10°41°83°
CMYK 0.000.340.41   0.17
XYZ40.085733.943023.8409
Yxy33.94300.40960.3468
Hunter Lab58.260620.859216.5203
CIE-Lab64.917326.180318.9671

#d48b7d color RGB value is (212,139,125).

#d48b7d hex color red value is 212, green value is 139 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d48b7d hue: 0.03 , saturation: 0.50 and the lightness value of d48b7d is 0.66.

The process color (four color CMYK) of #d48b7d color hex is 0.00, 0.34, 0.41, 0.17. Web safe color of #d48b7d is #cc9966. Color #d48b7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001011 01111101
Octal 324 213 175
Decimal 212 139 125
Hex D4 8B 7D

RGB Percentages of Color #d48b7d

%44.54
%29.20
%26.26

CMYK Percentages of Color #d48b7d

%0
%34
%41
%17

Triadic Colors of #d48b7d

#d48b7d #7dd48b #8b7dd4

Analogous Colors of #d48b7d

#d48b7d #d4b77d #d47d9b

Monochromatic Colors of #d48b7d

#d48b7d

Complementary Color

#d48b7d #7dc6d4

#d48b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48b7d Color CSS Codes

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

#d48b7d Text Font Color

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

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


#d48b7d Background Color

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

This div background color is #d48b7d


#d48b7d Border Color

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

This div border color is #d48b7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48b7d


Comments

No comments written yet.

Please login to write comment.