Color Hex Logo

#d28aaa Color Hex

#D28AAA
(210,138,170)
0 Favorites   0 Comments

Color spaces of #d28aaa

RGB 210138170
HSL0.930.440.68
HSV333°34°82°
CMYK 0.000.340.19   0.18
XYZ42.922534.780942.4813
Yxy34.78090.35710.2894
Hunter Lab58.975326.7062-1.4252
CIE-Lab65.577731.9780-5.4910

#d28aaa color RGB value is (210,138,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001010 10101010
Octal 322 212 252
Decimal 210 138 170
Hex D2 8A AA

RGB Percentages of Color #d28aaa

%40.54
%26.64
%32.82

CMYK Percentages of Color #d28aaa

%0
%34
%19
%18

Triadic Colors of #d28aaa

#d28aaa #aad28a #8aaad2

Analogous Colors of #d28aaa

#d28aaa #d28e8a #d28ace

Monochromatic Colors of #d28aaa

#d28aaa

Complementary Color

#d28aaa #8ad2b2

#d28aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28aaa Color CSS Codes

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

#d28aaa Text Font Color

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

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


#d28aaa Background Color

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

This div background color is #d28aaa


#d28aaa Border Color

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

This div border color is #d28aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28aaa


Comments

No comments written yet.

Please login to write comment.