Color Hex Logo

#d4afcc Color Hex

#D4AFCC
(212,175,204)
0 Favorites   0 Comments

Color spaces of #d4afcc

RGB 212175204
HSL0.870.300.76
HSV313°17°83°
CMYK 0.000.170.04   0.17
XYZ53.380449.016663.7744
Yxy49.01660.32120.2950
Hunter Lab70.011913.5762-4.9995
CIE-Lab75.461718.2946-9.6445

#d4afcc color RGB value is (212,175,204).

#d4afcc hex color red value is 212, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d4afcc hue: 0.87 , saturation: 0.30 and the lightness value of d4afcc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101111 11001100
Octal 324 257 314
Decimal 212 175 204
Hex D4 AF CC

RGB Percentages of Color #d4afcc

%35.87
%29.61
%34.52

CMYK Percentages of Color #d4afcc

%0
%17
%4
%17

Triadic Colors of #d4afcc

#d4afcc #ccd4af #afccd4

Analogous Colors of #d4afcc

#d4afcc #d4afba #caafd4

Monochromatic Colors of #d4afcc

#d4afcc

Complementary Color

#d4afcc #afd4b7

#d4afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4afcc Color CSS Codes

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

#d4afcc Text Font Color

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

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


#d4afcc Background Color

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

This div background color is #d4afcc


#d4afcc Border Color

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

This div border color is #d4afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4afcc


Comments

No comments written yet.

Please login to write comment.