Color Hex Logo

#da8ecc Color Hex

#DA8ECC
(218,142,204)
0 Favorites   0 Comments

Color spaces of #da8ecc

RGB 218142204
HSL0.860.510.71
HSV311°35°85°
CMYK 0.000.350.06   0.15
XYZ49.485538.611161.9712
Yxy38.61110.32980.2573
Hunter Lab62.137833.4131-15.6345
CIE-Lab68.468638.1492-20.1093

#da8ecc color RGB value is (218,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001110 11001100
Octal 332 216 314
Decimal 218 142 204
Hex DA 8E CC

RGB Percentages of Color #da8ecc

%38.65
%25.18
%36.17

CMYK Percentages of Color #da8ecc

%0
%35
%6
%15

Triadic Colors of #da8ecc

#da8ecc #ccda8e #8eccda

Analogous Colors of #da8ecc

#da8ecc #da8ea6 #c28eda

Monochromatic Colors of #da8ecc

#da8ecc

Complementary Color

#da8ecc #8eda9c

#da8ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8ecc Color CSS Codes

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

#da8ecc Text Font Color

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

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


#da8ecc Background Color

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

This div background color is #da8ecc


#da8ecc Border Color

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

This div border color is #da8ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8ecc


Comments

No comments written yet.

Please login to write comment.