Color Hex Logo

#d47aaf Color Hex

#D47AAF
(212,122,175)
0 Favorites   0 Comments

Color spaces of #d47aaf

RGB 212122175
HSL0.900.510.65
HSV325°42°83°
CMYK 0.000.420.17   0.17
XYZ41.848831.011344.3375
Yxy31.01130.35710.2646
Hunter Lab55.687836.6873-8.2241
CIE-Lab62.517241.9444-12.8661

#d47aaf color RGB value is (212,122,175).

#d47aaf hex color red value is 212, green value is 122 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d47aaf hue: 0.90 , saturation: 0.51 and the lightness value of d47aaf is 0.65.

The process color (four color CMYK) of #d47aaf color hex is 0.00, 0.42, 0.17, 0.17. Web safe color of #d47aaf is #cc6699. Color #d47aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111010 10101111
Octal 324 172 257
Decimal 212 122 175
Hex D4 7A AF

RGB Percentages of Color #d47aaf

%41.65
%23.97
%34.38

CMYK Percentages of Color #d47aaf

%0
%42
%17
%17

Triadic Colors of #d47aaf

#d47aaf #afd47a #7aafd4

Analogous Colors of #d47aaf

#d47aaf #d47a82 #cc7ad4

Monochromatic Colors of #d47aaf

#d47aaf

Complementary Color

#d47aaf #7ad49f

#d47aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47aaf Color CSS Codes

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

#d47aaf Text Font Color

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

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


#d47aaf Background Color

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

This div background color is #d47aaf


#d47aaf Border Color

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

This div border color is #d47aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47aaf


Comments

No comments written yet.

Please login to write comment.