Color Hex Logo

#da8eaf Color Hex

#DA8EAF
(218,142,175)
0 Favorites   0 Comments

Color spaces of #da8eaf

RGB 218142175
HSL0.930.510.71
HSV334°35°85°
CMYK 0.000.350.20   0.15
XYZ46.324337.346645.3245
Yxy37.34660.35910.2895
Hunter Lab61.111928.3616-1.1950
CIE-Lab67.536333.4137-5.3045

#da8eaf color RGB value is (218,142,175).

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

The process color (four color CMYK) of #da8eaf color hex is 0.00, 0.35, 0.20, 0.15. Web safe color of #da8eaf is #cc9999. Color #da8eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001110 10101111
Octal 332 216 257
Decimal 218 142 175
Hex DA 8E AF

RGB Percentages of Color #da8eaf

%40.75
%26.54
%32.71

CMYK Percentages of Color #da8eaf

%0
%35
%20
%15

Triadic Colors of #da8eaf

#da8eaf #afda8e #8eafda

Analogous Colors of #da8eaf

#da8eaf #da938e #da8ed5

Monochromatic Colors of #da8eaf

#da8eaf

Complementary Color

#da8eaf #8edab9

#da8eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8eaf Color CSS Codes

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

#da8eaf Text Font Color

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

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


#da8eaf Background Color

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

This div background color is #da8eaf


#da8eaf Border Color

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

This div border color is #da8eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8eaf


Comments

No comments written yet.

Please login to write comment.