Color Hex Logo

#d47eae Color Hex

#D47EAE
(212,126,174)
0 Favorites   0 Comments

Color spaces of #d47eae

RGB 212126174
HSL0.910.500.66
HSV327°41°83°
CMYK 0.000.410.18   0.17
XYZ42.252231.974843.9892
Yxy31.97480.35740.2705
Hunter Lab56.546334.4219-6.5413
CIE-Lab63.322139.6934-11.0892

#d47eae color RGB value is (212,126,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111110 10101110
Octal 324 176 256
Decimal 212 126 174
Hex D4 7E AE

RGB Percentages of Color #d47eae

%41.41
%24.61
%33.98

CMYK Percentages of Color #d47eae

%0
%41
%18
%17

Triadic Colors of #d47eae

#d47eae #aed47e #7eaed4

Analogous Colors of #d47eae

#d47eae #d47e83 #cf7ed4

Monochromatic Colors of #d47eae

#d47eae

Complementary Color

#d47eae #7ed4a4

#d47eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47eae Color CSS Codes

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

#d47eae Text Font Color

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

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


#d47eae Background Color

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

This div background color is #d47eae


#d47eae Border Color

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

This div border color is #d47eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47eae


Comments

No comments written yet.

Please login to write comment.