Color Hex Logo

#da888f Color Hex

#DA888F
(218,136,143)
0 Favorites   0 Comments

Color spaces of #da888f

RGB 218136143
HSL0.990.530.69
HSV355°38°85°
CMYK 0.000.380.34   0.15
XYZ42.675534.496930.3959
Yxy34.49690.39670.3207
Hunter Lab58.734126.911510.4302
CIE-Lab65.355132.20049.5555

#da888f color RGB value is (218,136,143).

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

The process color (four color CMYK) of #da888f color hex is 0.00, 0.38, 0.34, 0.15. Web safe color of #da888f is #cc9999. Color #da888f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001000 10001111
Octal 332 210 217
Decimal 218 136 143
Hex DA 88 8F

RGB Percentages of Color #da888f

%43.86
%27.36
%28.77

CMYK Percentages of Color #da888f

%0
%38
%34
%15

Triadic Colors of #da888f

#da888f #8fda88 #888fda

Analogous Colors of #da888f

#da888f #daaa88 #da88b8

Monochromatic Colors of #da888f

#da888f

Complementary Color

#da888f #88dad3

#da888f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da888f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da888f Color CSS Codes

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

#da888f Text Font Color

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

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


#da888f Background Color

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

This div background color is #da888f


#da888f Border Color

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

This div border color is #da888f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da888f


Comments

No comments written yet.

Please login to write comment.