Color Hex Logo

#da859c Color Hex

#DA859C
(218,133,156)
0 Favorites   0 Comments

Color spaces of #da859c

RGB 218133156
HSL0.950.530.69
HSV344°39°85°
CMYK 0.000.390.28   0.15
XYZ43.301734.080835.7485
Yxy34.08080.38280.3013
Hunter Lab58.378830.23734.5586
CIE-Lab65.026735.47961.7276

#da859c color RGB value is (218,133,156).

#da859c hex color red value is 218, green value is 133 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #da859c hue: 0.95 , saturation: 0.53 and the lightness value of da859c is 0.69.

The process color (four color CMYK) of #da859c color hex is 0.00, 0.39, 0.28, 0.15. Web safe color of #da859c is #cc9999. Color #da859c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000101 10011100
Octal 332 205 234
Decimal 218 133 156
Hex DA 85 9C

RGB Percentages of Color #da859c

%43.00
%26.23
%30.77

CMYK Percentages of Color #da859c

%0
%39
%28
%15

Triadic Colors of #da859c

#da859c #9cda85 #859cda

Analogous Colors of #da859c

#da859c #da9985 #da85c7

Monochromatic Colors of #da859c

#da859c

Complementary Color

#da859c #85dac3

#da859c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da859c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da859c Color CSS Codes

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

#da859c Text Font Color

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

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


#da859c Background Color

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

This div background color is #da859c


#da859c Border Color

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

This div border color is #da859c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da859c


Comments

No comments written yet.

Please login to write comment.