Color Hex Logo

#d28aae Color Hex

#D28AAE
(210,138,174)
0 Favorites   0 Comments

Color spaces of #d28aae

RGB 210138174
HSL0.920.440.68
HSV330°34°82°
CMYK 0.000.340.17   0.18
XYZ43.306834.934644.5049
Yxy34.93460.35280.2846
Hunter Lab59.105527.3529-3.2700
CIE-Lab65.697732.6023-7.5688

#d28aae color RGB value is (210,138,174).

#d28aae hex color red value is 210, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d28aae hue: 0.92 , saturation: 0.44 and the lightness value of d28aae is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001010 10101110
Octal 322 212 256
Decimal 210 138 174
Hex D2 8A AE

RGB Percentages of Color #d28aae

%40.23
%26.44
%33.33

CMYK Percentages of Color #d28aae

%0
%34
%17
%18

Triadic Colors of #d28aae

#d28aae #aed28a #8aaed2

Analogous Colors of #d28aae

#d28aae #d28a8a #d28ad2

Monochromatic Colors of #d28aae

#d28aae

Complementary Color

#d28aae #8ad2ae

#d28aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28aae Color CSS Codes

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

#d28aae Text Font Color

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

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


#d28aae Background Color

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

This div background color is #d28aae


#d28aae Border Color

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

This div border color is #d28aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,138,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28aae


Comments

No comments written yet.

Please login to write comment.