Color Hex Logo

#d48daf Color Hex

#D48DAF
(212,141,175)
0 Favorites   0 Comments

Color spaces of #d48daf

RGB 212141175
HSL0.920.450.69
HSV331°33°83°
CMYK 0.000.330.17   0.17
XYZ44.414136.141945.1927
Yxy36.14190.35320.2874
Hunter Lab60.118126.6656-2.4875
CIE-Lab66.628231.8431-6.7252

#d48daf color RGB value is (212,141,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001101 10101111
Octal 324 215 257
Decimal 212 141 175
Hex D4 8D AF

RGB Percentages of Color #d48daf

%40.15
%26.70
%33.14

CMYK Percentages of Color #d48daf

%0
%33
%17
%17

Triadic Colors of #d48daf

#d48daf #afd48d #8dafd4

Analogous Colors of #d48daf

#d48daf #d48f8d #d48dd3

Monochromatic Colors of #d48daf

#d48daf

Complementary Color

#d48daf #8dd4b2

#d48daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48daf Color CSS Codes

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

#d48daf Text Font Color

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

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


#d48daf Background Color

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

This div background color is #d48daf


#d48daf Border Color

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

This div border color is #d48daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48daf


Comments

No comments written yet.

Please login to write comment.