Color Hex Logo

#dca1ed Color Hex

#DCA1ED
(220,161,237)
0 Favorites   0 Comments

Color spaces of #dca1ed

RGB 220161237
HSL0.800.680.78
HSV287°32°93°
CMYK 0.070.320.00   0.07
XYZ57.546146.819886.1249
Yxy46.81980.30210.2458
Hunter Lab68.425030.3765-26.7294
CIE-Lab74.074434.7375-29.6630

#dca1ed color RGB value is (220,161,237).

#dca1ed hex color red value is 220, green value is 161 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dca1ed hue: 0.80 , saturation: 0.68 and the lightness value of dca1ed is 0.78.

The process color (four color CMYK) of #dca1ed color hex is 0.07, 0.32, 0.00, 0.07. Web safe color of #dca1ed is #cc99ff. Color #dca1ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 11101101
Octal 334 241 355
Decimal 220 161 237
Hex DC A1 ED

RGB Percentages of Color #dca1ed

%35.60
%26.05
%38.35

CMYK Percentages of Color #dca1ed

%7
%32
%0
%7

Triadic Colors of #dca1ed

#dca1ed #eddca1 #a1eddc

Analogous Colors of #dca1ed

#dca1ed #eda1d8 #b6a1ed

Monochromatic Colors of #dca1ed

#dca1ed

Complementary Color

#dca1ed #b2eda1

#dca1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca1ed Color CSS Codes

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

#dca1ed Text Font Color

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

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


#dca1ed Background Color

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

This div background color is #dca1ed


#dca1ed Border Color

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

This div border color is #dca1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca1ed


Comments

No comments written yet.

Please login to write comment.