Color Hex Logo

#d47cad Color Hex

#D47CAD
(212,124,173)
0 Favorites   0 Comments

Color spaces of #d47cad

RGB 212124173
HSL0.910.510.66
HSV327°42°83°
CMYK 0.000.420.18   0.17
XYZ41.901931.429543.3932
Yxy31.42950.35900.2693
Hunter Lab56.062035.3060-6.6483
CIE-Lab62.868540.5907-11.2003

#d47cad color RGB value is (212,124,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111100 10101101
Octal 324 174 255
Decimal 212 124 173
Hex D4 7C AD

RGB Percentages of Color #d47cad

%41.65
%24.36
%33.99

CMYK Percentages of Color #d47cad

%0
%42
%18
%17

Triadic Colors of #d47cad

#d47cad #add47c #7cadd4

Analogous Colors of #d47cad

#d47cad #d47c81 #cf7cd4

Monochromatic Colors of #d47cad

#d47cad

Complementary Color

#d47cad #7cd4a3

#d47cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47cad Color CSS Codes

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

#d47cad Text Font Color

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

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


#d47cad Background Color

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

This div background color is #d47cad


#d47cad Border Color

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

This div border color is #d47cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47cad


Comments

No comments written yet.

Please login to write comment.