Color Hex Logo

#dcafda Color Hex

#DCAFDA
(220,175,218)
0 Favorites   0 Comments

Color spaces of #dcafda

RGB 220175218
HSL0.840.390.77
HSV303°20°86°
CMYK 0.000.200.01   0.14
XYZ57.500150.937573.1310
Yxy50.93750.31670.2805
Hunter Lab71.370518.9112-10.7931
CIE-Lab76.641123.5611-15.4240

#dcafda color RGB value is (220,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11011010
Octal 334 257 332
Decimal 220 175 218
Hex DC AF DA

RGB Percentages of Color #dcafda

%35.89
%28.55
%35.56

CMYK Percentages of Color #dcafda

%0
%20
%1
%14

Triadic Colors of #dcafda

#dcafda #dadcaf #afdadc

Analogous Colors of #dcafda

#dcafda #dcafc4 #c8afdc

Monochromatic Colors of #dcafda

#dcafda

Complementary Color

#dcafda #afdcb1

#dcafda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafda Color CSS Codes

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

#dcafda Text Font Color

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

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


#dcafda Background Color

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

This div background color is #dcafda


#dcafda Border Color

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

This div border color is #dcafda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafda


Comments

No comments written yet.

Please login to write comment.