Color Hex Logo

#dca8ed Color Hex

#DCA8ED
(220,168,237)
0 Favorites   0 Comments

Color spaces of #dca8ed

RGB 220168237
HSL0.790.660.79
HSV285°29°93°
CMYK 0.070.290.00   0.07
XYZ58.803949.335386.5441
Yxy49.33530.30200.2534
Hunter Lab70.239126.5211-23.8860
CIE-Lab75.659530.9649-27.2296

#dca8ed color RGB value is (220,168,237).

#dca8ed hex color red value is 220, green value is 168 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dca8ed hue: 0.79 , saturation: 0.66 and the lightness value of dca8ed is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 11101101
Octal 334 250 355
Decimal 220 168 237
Hex DC A8 ED

RGB Percentages of Color #dca8ed

%35.20
%26.88
%37.92

CMYK Percentages of Color #dca8ed

%7
%29
%0
%7

Triadic Colors of #dca8ed

#dca8ed #eddca8 #a8eddc

Analogous Colors of #dca8ed

#dca8ed #eda8dc #baa8ed

Monochromatic Colors of #dca8ed

#dca8ed

Complementary Color

#dca8ed #b9eda8

#dca8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca8ed Color CSS Codes

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

#dca8ed Text Font Color

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

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


#dca8ed Background Color

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

This div background color is #dca8ed


#dca8ed Border Color

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

This div border color is #dca8ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,168,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 #dca8ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca8ed


Comments

No comments written yet.

Please login to write comment.