Color Hex Logo

#da8cad Color Hex

#DA8CAD
(218,140,173)
0 Favorites   0 Comments

Color spaces of #da8cad

RGB 218140173
HSL0.930.510.70
HSV335°36°85°
CMYK 0.000.360.21   0.15
XYZ45.834436.678744.1991
Yxy36.67870.36170.2895
Hunter Lab60.562929.1047-0.8760
CIE-Lab67.035334.1811-4.9219

#da8cad color RGB value is (218,140,173).

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

The process color (four color CMYK) of #da8cad color hex is 0.00, 0.36, 0.21, 0.15. Web safe color of #da8cad is #cc9999. Color #da8cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001100 10101101
Octal 332 214 255
Decimal 218 140 173
Hex DA 8C AD

RGB Percentages of Color #da8cad

%41.05
%26.37
%32.58

CMYK Percentages of Color #da8cad

%0
%36
%21
%15

Triadic Colors of #da8cad

#da8cad #adda8c #8cadda

Analogous Colors of #da8cad

#da8cad #da928c #da8cd4

Monochromatic Colors of #da8cad

#da8cad

Complementary Color

#da8cad #8cdab9

#da8cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8cad Color CSS Codes

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

#da8cad Text Font Color

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

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


#da8cad Background Color

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

This div background color is #da8cad


#da8cad Border Color

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

This div border color is #da8cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8cad


Comments

No comments written yet.

Please login to write comment.