Color Hex Logo

#da6ebf Color Hex

#DA6EBF
(218,110,191)
0 Favorites   0 Comments

Color spaces of #da6ebf

RGB 218110191
HSL0.880.590.64
HSV315°50°85°
CMYK 0.000.500.12   0.15
XYZ43.893329.818952.7324
Yxy29.81890.34710.2358
Hunter Lab54.606747.9181-19.0303
CIE-Lab61.497652.4351-23.4446

#da6ebf color RGB value is (218,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101110 10111111
Octal 332 156 277
Decimal 218 110 191
Hex DA 6E BF

RGB Percentages of Color #da6ebf

%42.00
%21.19
%36.80

CMYK Percentages of Color #da6ebf

%0
%50
%12
%15

Triadic Colors of #da6ebf

#da6ebf #bfda6e #6ebfda

Analogous Colors of #da6ebf

#da6ebf #da6e89 #bf6eda

Monochromatic Colors of #da6ebf

#da6ebf

Complementary Color

#da6ebf #6eda89

#da6ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6ebf Color CSS Codes

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

#da6ebf Text Font Color

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

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


#da6ebf Background Color

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

This div background color is #da6ebf


#da6ebf Border Color

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

This div border color is #da6ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6ebf


Comments

No comments written yet.

Please login to write comment.