Color Hex Logo

#d48baf Color Hex

#D48BAF
(212,139,175)
0 Favorites   0 Comments

Color spaces of #d48baf

RGB 212139175
HSL0.920.460.69
HSV330°34°83°
CMYK 0.000.340.17   0.17
XYZ44.121935.557445.0952
Yxy35.55740.35360.2850
Hunter Lab59.630027.7245-3.0970
CIE-Lab66.180432.9208-7.3900

#d48baf color RGB value is (212,139,175).

#d48baf hex color red value is 212, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d48baf hue: 0.92 , saturation: 0.46 and the lightness value of d48baf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001011 10101111
Octal 324 213 257
Decimal 212 139 175
Hex D4 8B AF

RGB Percentages of Color #d48baf

%40.30
%26.43
%33.27

CMYK Percentages of Color #d48baf

%0
%34
%17
%17

Triadic Colors of #d48baf

#d48baf #afd48b #8bafd4

Analogous Colors of #d48baf

#d48baf #d48c8b #d48bd4

Monochromatic Colors of #d48baf

#d48baf

Complementary Color

#d48baf #8bd4b0

#d48baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48baf Color CSS Codes

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

#d48baf Text Font Color

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

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


#d48baf Background Color

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

This div background color is #d48baf


#d48baf Border Color

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

This div border color is #d48baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48baf


Comments

No comments written yet.

Please login to write comment.