Color Hex Logo

#d1afcb Color Hex

#D1AFCB
(209,175,203)
0 Favorites   0 Comments

Color spaces of #d1afcb

RGB 209175203
HSL0.860.270.75
HSV311°16°82°
CMYK 0.000.160.03   0.18
XYZ52.404048.527163.1046
Yxy48.52710.31950.2958
Hunter Lab69.661412.3723-4.9464
CIE-Lab75.156217.0806-9.5833

#d1afcb color RGB value is (209,175,203).

#d1afcb hex color red value is 209, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d1afcb hue: 0.86 , saturation: 0.27 and the lightness value of d1afcb is 0.75.

The process color (four color CMYK) of #d1afcb color hex is 0.00, 0.16, 0.03, 0.18. Web safe color of #d1afcb is #cc99cc. Color #d1afcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101111 11001011
Octal 321 257 313
Decimal 209 175 203
Hex D1 AF CB

RGB Percentages of Color #d1afcb

%35.60
%29.81
%34.58

CMYK Percentages of Color #d1afcb

%0
%16
%3
%18

Triadic Colors of #d1afcb

#d1afcb #cbd1af #afcbd1

Analogous Colors of #d1afcb

#d1afcb #d1afba #c6afd1

Monochromatic Colors of #d1afcb

#d1afcb

Complementary Color

#d1afcb #afd1b5

#d1afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1afcb Color CSS Codes

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

#d1afcb Text Font Color

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

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


#d1afcb Background Color

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

This div background color is #d1afcb


#d1afcb Border Color

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

This div border color is #d1afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1afcb


Comments

No comments written yet.

Please login to write comment.