Color Hex Logo

#dcafcb Color Hex

#DCAFCB
(220,175,203)
0 Favorites   0 Comments

Color spaces of #dcafcb

RGB 220175203
HSL0.900.390.77
HSV323°20°86°
CMYK 0.000.200.08   0.14
XYZ55.624750.187463.2553
Yxy50.18740.32900.2968
Hunter Lab70.843116.1796-3.3495
CIE-Lab76.184120.8825-7.9436

#dcafcb color RGB value is (220,175,203).

#dcafcb hex color red value is 220, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dcafcb hue: 0.90 , saturation: 0.39 and the lightness value of dcafcb is 0.77.

The process color (four color CMYK) of #dcafcb color hex is 0.00, 0.20, 0.08, 0.14. Web safe color of #dcafcb is #cc99cc. Color #dcafcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11001011
Octal 334 257 313
Decimal 220 175 203
Hex DC AF CB

RGB Percentages of Color #dcafcb

%36.79
%29.26
%33.95

CMYK Percentages of Color #dcafcb

%0
%20
%8
%14

Triadic Colors of #dcafcb

#dcafcb #cbdcaf #afcbdc

Analogous Colors of #dcafcb

#dcafcb #dcafb5 #d7afdc

Monochromatic Colors of #dcafcb

#dcafcb

Complementary Color

#dcafcb #afdcc0

#dcafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafcb Color CSS Codes

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

#dcafcb Text Font Color

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

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


#dcafcb Background Color

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

This div background color is #dcafcb


#dcafcb Border Color

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

This div border color is #dcafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafcb


Comments

No comments written yet.

Please login to write comment.