Color Hex Logo

#d088ac Color Hex

#D088AC
(208,136,172)
0 Favorites   0 Comments

Color spaces of #d088ac

RGB 208136172
HSL0.920.430.67
HSV330°35°82°
CMYK 0.000.350.17   0.18
XYZ42.263033.996843.3643
Yxy33.99680.35330.2842
Hunter Lab58.306827.3468-3.2808
CIE-Lab64.960032.6656-7.5616

#d088ac color RGB value is (208,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001000 10101100
Octal 320 210 254
Decimal 208 136 172
Hex D0 88 AC

RGB Percentages of Color #d088ac

%40.31
%26.36
%33.33

CMYK Percentages of Color #d088ac

%0
%35
%17
%18

Triadic Colors of #d088ac

#d088ac #acd088 #88acd0

Analogous Colors of #d088ac

#d088ac #d08888 #d088d0

Monochromatic Colors of #d088ac

#d088ac

Complementary Color

#d088ac #88d0ac

#d088ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d088ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d088ac Color CSS Codes

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

#d088ac Text Font Color

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

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


#d088ac Background Color

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

This div background color is #d088ac


#d088ac Border Color

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

This div border color is #d088ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d088ac


Comments

No comments written yet.

Please login to write comment.