Color Hex Logo

#dcafd8 Color Hex

#DCAFD8
(220,175,216)
0 Favorites   0 Comments

Color spaces of #dcafd8

RGB 220175216
HSL0.850.390.77
HSV305°20°86°
CMYK 0.000.200.02   0.14
XYZ57.239850.833571.7607
Yxy50.83350.31830.2827
Hunter Lab71.297618.5342-9.7668
CIE-Lab76.578023.1940-14.4319

#dcafd8 color RGB value is (220,175,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11011000
Octal 334 257 330
Decimal 220 175 216
Hex DC AF D8

RGB Percentages of Color #dcafd8

%36.01
%28.64
%35.35

CMYK Percentages of Color #dcafd8

%0
%20
%2
%14

Triadic Colors of #dcafd8

#dcafd8 #d8dcaf #afd8dc

Analogous Colors of #dcafd8

#dcafd8 #dcafc2 #caafdc

Monochromatic Colors of #dcafd8

#dcafd8

Complementary Color

#dcafd8 #afdcb3

#dcafd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafd8 Color CSS Codes

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

#dcafd8 Text Font Color

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

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


#dcafd8 Background Color

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

This div background color is #dcafd8


#dcafd8 Border Color

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

This div border color is #dcafd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafd8


Comments

No comments written yet.

Please login to write comment.