Color Hex Logo

#dca5ed Color Hex

#DCA5ED
(220,165,237)
0 Favorites   0 Comments

Color spaces of #dca5ed

RGB 220165237
HSL0.790.670.79
HSV286°30°93°
CMYK 0.070.300.00   0.07
XYZ58.256448.240386.3616
Yxy48.24030.30210.2501
Hunter Lab69.455228.1723-25.1033
CIE-Lab74.976232.5833-28.2773

#dca5ed color RGB value is (220,165,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 11101101
Octal 334 245 355
Decimal 220 165 237
Hex DC A5 ED

RGB Percentages of Color #dca5ed

%35.37
%26.53
%38.10

CMYK Percentages of Color #dca5ed

%7
%30
%0
%7

Triadic Colors of #dca5ed

#dca5ed #eddca5 #a5eddc

Analogous Colors of #dca5ed

#dca5ed #eda5da #b8a5ed

Monochromatic Colors of #dca5ed

#dca5ed

Complementary Color

#dca5ed #b6eda5

#dca5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca5ed Color CSS Codes

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

#dca5ed Text Font Color

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

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


#dca5ed Background Color

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

This div background color is #dca5ed


#dca5ed Border Color

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

This div border color is #dca5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca5ed


Comments

No comments written yet.

Please login to write comment.