Color Hex Logo

#d4a4ce Color Hex

#D4A4CE
(212,164,206)
0 Favorites   0 Comments

Color spaces of #d4a4ce

RGB 212164206
HSL0.850.360.74
HSV308°23°83°
CMYK 0.000.230.03   0.17
XYZ51.567445.004264.3613
Yxy45.00420.32040.2796
Hunter Lab67.085219.8113-9.9230
CIE-Lab72.894724.6350-14.5821

#d4a4ce color RGB value is (212,164,206).

#d4a4ce hex color red value is 212, green value is 164 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d4a4ce hue: 0.85 , saturation: 0.36 and the lightness value of d4a4ce is 0.74.

The process color (four color CMYK) of #d4a4ce color hex is 0.00, 0.23, 0.03, 0.17. Web safe color of #d4a4ce is #cc99cc. Color #d4a4ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10100100 11001110
Octal 324 244 316
Decimal 212 164 206
Hex D4 A4 CE

RGB Percentages of Color #d4a4ce

%36.43
%28.18
%35.40

CMYK Percentages of Color #d4a4ce

%0
%23
%3
%17

Triadic Colors of #d4a4ce

#d4a4ce #ced4a4 #a4ced4

Analogous Colors of #d4a4ce

#d4a4ce #d4a4b6 #c2a4d4

Monochromatic Colors of #d4a4ce

#d4a4ce

Complementary Color

#d4a4ce #a4d4aa

#d4a4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4a4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4a4ce Color CSS Codes

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

#d4a4ce Text Font Color

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

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


#d4a4ce Background Color

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

This div background color is #d4a4ce


#d4a4ce Border Color

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

This div border color is #d4a4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4a4ce


Comments

No comments written yet.

Please login to write comment.