Color Hex Logo

#dcaae5 Color Hex

#DCAAE5
(220,170,229)
0 Favorites   0 Comments

Color spaces of #dcaae5

RGB 220170229
HSL0.810.530.78
HSV291°26°90°
CMYK 0.040.260.00   0.10
XYZ58.032849.622280.6481
Yxy49.62220.30820.2635
Hunter Lab70.443023.7777-18.5692
CIE-Lab75.836828.3300-22.6174

#dcaae5 color RGB value is (220,170,229).

#dcaae5 hex color red value is 220, green value is 170 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dcaae5 hue: 0.81 , saturation: 0.53 and the lightness value of dcaae5 is 0.78.

The process color (four color CMYK) of #dcaae5 color hex is 0.04, 0.26, 0.00, 0.10. Web safe color of #dcaae5 is #cc99cc. Color #dcaae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 11100101
Octal 334 252 345
Decimal 220 170 229
Hex DC AA E5

RGB Percentages of Color #dcaae5

%35.54
%27.46
%37.00

CMYK Percentages of Color #dcaae5

%4
%26
%0
%10

Triadic Colors of #dcaae5

#dcaae5 #e5dcaa #aae5dc

Analogous Colors of #dcaae5

#dcaae5 #e5aad1 #bfaae5

Monochromatic Colors of #dcaae5

#dcaae5

Complementary Color

#dcaae5 #b3e5aa

#dcaae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaae5 Color CSS Codes

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

#dcaae5 Text Font Color

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

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


#dcaae5 Background Color

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

This div background color is #dcaae5


#dcaae5 Border Color

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

This div border color is #dcaae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaae5

#dcaae5 Color Palettes


Comments

No comments written yet.

Please login to write comment.