Color Hex Logo

#da6ecf Color Hex

#DA6ECF
(218,110,207)
0 Favorites   0 Comments

Color spaces of #da6ecf

RGB 218110207
HSL0.850.590.64
HSV306°50°85°
CMYK 0.000.500.05   0.15
XYZ45.751930.562362.5192
Yxy30.56230.32950.2201
Hunter Lab55.283250.9796-28.3522
CIE-Lab62.136455.0616-31.5140

#da6ecf color RGB value is (218,110,207).

#da6ecf hex color red value is 218, green value is 110 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #da6ecf hue: 0.85 , saturation: 0.59 and the lightness value of da6ecf is 0.64.

The process color (four color CMYK) of #da6ecf color hex is 0.00, 0.50, 0.05, 0.15. Web safe color of #da6ecf is #cc66cc. Color #da6ecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101110 11001111
Octal 332 156 317
Decimal 218 110 207
Hex DA 6E CF

RGB Percentages of Color #da6ecf

%40.75
%20.56
%38.69

CMYK Percentages of Color #da6ecf

%0
%50
%5
%15

Triadic Colors of #da6ecf

#da6ecf #cfda6e #6ecfda

Analogous Colors of #da6ecf

#da6ecf #da6e99 #af6eda

Monochromatic Colors of #da6ecf

#da6ecf

Complementary Color

#da6ecf #6eda79

#da6ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6ecf Color CSS Codes

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

#da6ecf Text Font Color

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

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


#da6ecf Background Color

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

This div background color is #da6ecf


#da6ecf Border Color

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

This div border color is #da6ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6ecf


Comments

No comments written yet.

Please login to write comment.