Color Hex Logo

#d0888f Color Hex

#D0888F
(208,136,143)
0 Favorites   0 Comments

Color spaces of #d0888f

RGB 208136143
HSL0.980.430.67
HSV354°35°82°
CMYK 0.000.350.31   0.18
XYZ39.774533.001430.2602
Yxy33.00140.38600.3203
Hunter Lab57.446823.05628.9817
CIE-Lab64.162028.46297.6934

#d0888f color RGB value is (208,136,143).

#d0888f hex color red value is 208, green value is 136 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d0888f hue: 0.98 , saturation: 0.43 and the lightness value of d0888f is 0.67.

The process color (four color CMYK) of #d0888f color hex is 0.00, 0.35, 0.31, 0.18. Web safe color of #d0888f is #cc9999. Color #d0888f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001000 10001111
Octal 320 210 217
Decimal 208 136 143
Hex D0 88 8F

RGB Percentages of Color #d0888f

%42.71
%27.93
%29.36

CMYK Percentages of Color #d0888f

%0
%35
%31
%18

Triadic Colors of #d0888f

#d0888f #8fd088 #888fd0

Analogous Colors of #d0888f

#d0888f #d0a588 #d088b3

Monochromatic Colors of #d0888f

#d0888f

Complementary Color

#d0888f #88d0c9

#d0888f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0888f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0888f Color CSS Codes

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

#d0888f Text Font Color

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

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


#d0888f Background Color

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

This div background color is #d0888f


#d0888f Border Color

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

This div border color is #d0888f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,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 #d0888f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0888f


Comments

No comments written yet.

Please login to write comment.