Color Hex Logo

#da8dae Color Hex

#DA8DAE
(218,141,174)
0 Favorites   0 Comments

Color spaces of #da8dae

RGB 218141174
HSL0.930.510.70
HSV334°35°85°
CMYK 0.000.350.20   0.15
XYZ46.078337.011244.7597
Yxy37.01120.36040.2895
Hunter Lab60.836828.7329-1.0359
CIE-Lab67.285433.7971-5.1140

#da8dae color RGB value is (218,141,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001101 10101110
Octal 332 215 256
Decimal 218 141 174
Hex DA 8D AE

RGB Percentages of Color #da8dae

%40.90
%26.45
%32.65

CMYK Percentages of Color #da8dae

%0
%35
%20
%15

Triadic Colors of #da8dae

#da8dae #aeda8d #8daeda

Analogous Colors of #da8dae

#da8dae #da938d #da8dd5

Monochromatic Colors of #da8dae

#da8dae

Complementary Color

#da8dae #8ddab9

#da8dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8dae Color CSS Codes

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

#da8dae Text Font Color

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

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


#da8dae Background Color

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

This div background color is #da8dae


#da8dae Border Color

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

This div border color is #da8dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8dae


Comments

No comments written yet.

Please login to write comment.