Color Hex Logo

#d2afcb Color Hex

#D2AFCB
(210,175,203)
0 Favorites   0 Comments

Color spaces of #d2afcb

RGB 210175203
HSL0.870.280.75
HSV312°17°82°
CMYK 0.000.170.03   0.18
XYZ52.687848.673463.1179
Yxy48.67340.32030.2959
Hunter Lab69.766312.7128-4.8035
CIE-Lab75.247717.4249-9.4373

#d2afcb color RGB value is (210,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101111 11001011
Octal 322 257 313
Decimal 210 175 203
Hex D2 AF CB

RGB Percentages of Color #d2afcb

%35.71
%29.76
%34.52

CMYK Percentages of Color #d2afcb

%0
%17
%3
%18

Triadic Colors of #d2afcb

#d2afcb #cbd2af #afcbd2

Analogous Colors of #d2afcb

#d2afcb #d2afba #c8afd2

Monochromatic Colors of #d2afcb

#d2afcb

Complementary Color

#d2afcb #afd2b6

#d2afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2afcb Color CSS Codes

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

#d2afcb Text Font Color

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

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


#d2afcb Background Color

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

This div background color is #d2afcb


#d2afcb Border Color

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

This div border color is #d2afcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,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 #d2afcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2afcb


Comments

No comments written yet.

Please login to write comment.