Color Hex Logo

#da8ecd Color Hex

#DA8ECD
(218,142,205)
0 Favorites   0 Comments

Color spaces of #da8ecd

RGB 218142205
HSL0.860.510.71
HSV310°35°85°
CMYK 0.000.350.06   0.15
XYZ49.605938.659262.6051
Yxy38.65920.32880.2562
Hunter Lab62.176533.6026-16.1751
CIE-Lab68.503738.3240-20.6120

#da8ecd color RGB value is (218,142,205).

#da8ecd hex color red value is 218, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #da8ecd hue: 0.86 , saturation: 0.51 and the lightness value of da8ecd is 0.71.

The process color (four color CMYK) of #da8ecd color hex is 0.00, 0.35, 0.06, 0.15. Web safe color of #da8ecd is #cc99cc. Color #da8ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001110 11001101
Octal 332 216 315
Decimal 218 142 205
Hex DA 8E CD

RGB Percentages of Color #da8ecd

%38.58
%25.13
%36.28

CMYK Percentages of Color #da8ecd

%0
%35
%6
%15

Triadic Colors of #da8ecd

#da8ecd #cdda8e #8ecdda

Analogous Colors of #da8ecd

#da8ecd #da8ea7 #c18eda

Monochromatic Colors of #da8ecd

#da8ecd

Complementary Color

#da8ecd #8eda9b

#da8ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8ecd Color CSS Codes

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

#da8ecd Text Font Color

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

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


#da8ecd Background Color

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

This div background color is #da8ecd


#da8ecd Border Color

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

This div border color is #da8ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,142,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da8ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da8ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #da8ecd;
  box-shadow:         1px 1px 3px 2px #da8ecd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,142,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8ecd


Comments

No comments written yet.

Please login to write comment.