Color Hex Logo

#d28dac Color Hex

#D28DAC
(210,141,172)
0 Favorites   0 Comments

Color spaces of #d28dac

RGB 210141172
HSL0.930.430.69
HSV333°33°82°
CMYK 0.000.330.18   0.18
XYZ43.549635.729943.6310
Yxy35.72990.35430.2907
Hunter Lab59.774525.4435-1.4352
CIE-Lab66.313030.6677-5.5299

#d28dac color RGB value is (210,141,172).

#d28dac hex color red value is 210, green value is 141 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d28dac hue: 0.93 , saturation: 0.43 and the lightness value of d28dac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001101 10101100
Octal 322 215 254
Decimal 210 141 172
Hex D2 8D AC

RGB Percentages of Color #d28dac

%40.15
%26.96
%32.89

CMYK Percentages of Color #d28dac

%0
%33
%18
%18

Triadic Colors of #d28dac

#d28dac #acd28d #8dacd2

Analogous Colors of #d28dac

#d28dac #d2918d #d28dcf

Monochromatic Colors of #d28dac

#d28dac

Complementary Color

#d28dac #8dd2b3

#d28dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28dac Color CSS Codes

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

#d28dac Text Font Color

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

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


#d28dac Background Color

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

This div background color is #d28dac


#d28dac Border Color

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

This div border color is #d28dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28dac


Comments

No comments written yet.

Please login to write comment.