Color Hex Logo

#dcaae0 Color Hex

#DCAAE0
(220,170,224)
0 Favorites   0 Comments

Color spaces of #dcaae0

RGB 220170224
HSL0.820.470.77
HSV296°24°88°
CMYK 0.020.240.00   0.12
XYZ57.344549.346977.0235
Yxy49.34690.31210.2686
Hunter Lab70.247322.7807-15.8360
CIE-Lab75.666627.3798-20.1582

#dcaae0 color RGB value is (220,170,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 11100000
Octal 334 252 340
Decimal 220 170 224
Hex DC AA E0

RGB Percentages of Color #dcaae0

%35.83
%27.69
%36.48

CMYK Percentages of Color #dcaae0

%2
%24
%0
%12

Triadic Colors of #dcaae0

#dcaae0 #e0dcaa #aae0dc

Analogous Colors of #dcaae0

#dcaae0 #e0aac9 #c1aae0

Monochromatic Colors of #dcaae0

#dcaae0

Complementary Color

#dcaae0 #aee0aa

#dcaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaae0 Color CSS Codes

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

#dcaae0 Text Font Color

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

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


#dcaae0 Background Color

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

This div background color is #dcaae0


#dcaae0 Border Color

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

This div border color is #dcaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaae0


Comments

No comments written yet.

Please login to write comment.