Color Hex Logo

#dcace1 Color Hex

#DCACE1
(220,172,225)
0 Favorites   0 Comments

Color spaces of #dcace1

RGB 220172225
HSL0.820.470.78
HSV294°24°88°
CMYK 0.020.240.00   0.12
XYZ57.858350.156977.8660
Yxy50.15690.31130.2698
Hunter Lab70.821521.8895-15.6124
CIE-Lab76.165526.4877-19.9455

#dcace1 color RGB value is (220,172,225).

#dcace1 hex color red value is 220, green value is 172 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dcace1 hue: 0.82 , saturation: 0.47 and the lightness value of dcace1 is 0.78.

The process color (four color CMYK) of #dcace1 color hex is 0.02, 0.24, 0.00, 0.12. Web safe color of #dcace1 is #cc99cc. Color #dcace1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11100001
Octal 334 254 341
Decimal 220 172 225
Hex DC AC E1

RGB Percentages of Color #dcace1

%35.66
%27.88
%36.47

CMYK Percentages of Color #dcace1

%2
%24
%0
%12

Triadic Colors of #dcace1

#dcace1 #e1dcac #ace1dc

Analogous Colors of #dcace1

#dcace1 #e1accc #c2ace1

Monochromatic Colors of #dcace1

#dcace1

Complementary Color

#dcace1 #b1e1ac

#dcace1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcace1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcace1 Color CSS Codes

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

#dcace1 Text Font Color

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

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


#dcace1 Background Color

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

This div background color is #dcace1


#dcace1 Border Color

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

This div border color is #dcace1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcace1


Comments

No comments written yet.

Please login to write comment.