Color Hex Logo

#da7ecc Color Hex

#DA7ECC
(218,126,204)
0 Favorites   0 Comments

Color spaces of #da7ecc

RGB 218126204
HSL0.860.550.67
HSV309°42°85°
CMYK 0.000.420.06   0.15
XYZ47.273434.186861.2339
Yxy34.18680.33130.2396
Hunter Lab58.469541.9982-21.1646
CIE-Lab65.110646.5383-25.2391

#da7ecc color RGB value is (218,126,204).

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

The process color (four color CMYK) of #da7ecc color hex is 0.00, 0.42, 0.06, 0.15. Web safe color of #da7ecc is #cc66cc. Color #da7ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111110 11001100
Octal 332 176 314
Decimal 218 126 204
Hex DA 7E CC

RGB Percentages of Color #da7ecc

%39.78
%22.99
%37.23

CMYK Percentages of Color #da7ecc

%0
%42
%6
%15

Triadic Colors of #da7ecc

#da7ecc #ccda7e #7eccda

Analogous Colors of #da7ecc

#da7ecc #da7e9e #ba7eda

Monochromatic Colors of #da7ecc

#da7ecc

Complementary Color

#da7ecc #7eda8c

#da7ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7ecc Color CSS Codes

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

#da7ecc Text Font Color

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

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


#da7ecc Background Color

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

This div background color is #da7ecc


#da7ecc Border Color

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

This div border color is #da7ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7ecc


Comments

No comments written yet.

Please login to write comment.