Color Hex Logo

#d48aaf Color Hex

#D48AAF
(212,138,175)
0 Favorites   0 Comments

Color spaces of #d48aaf

RGB 212138175
HSL0.920.460.69
HSV330°35°83°
CMYK 0.000.350.17   0.17
XYZ43.977735.269245.0472
Yxy35.26920.35380.2838
Hunter Lab59.387928.2534-3.4014
CIE-Lab65.957733.4582-7.7209

#d48aaf color RGB value is (212,138,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001010 10101111
Octal 324 212 257
Decimal 212 138 175
Hex D4 8A AF

RGB Percentages of Color #d48aaf

%40.38
%26.29
%33.33

CMYK Percentages of Color #d48aaf

%0
%35
%17
%17

Triadic Colors of #d48aaf

#d48aaf #afd48a #8aafd4

Analogous Colors of #d48aaf

#d48aaf #d48a8a #d48ad4

Monochromatic Colors of #d48aaf

#d48aaf

Complementary Color

#d48aaf #8ad4af

#d48aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48aaf Color CSS Codes

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

#d48aaf Text Font Color

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

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


#d48aaf Background Color

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

This div background color is #d48aaf


#d48aaf Border Color

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

This div border color is #d48aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48aaf


Comments

No comments written yet.

Please login to write comment.