Color Hex Logo

#dd8aae Color Hex

#DD8AAE
(221,138,174)
0 Favorites   0 Comments

Color spaces of #dd8aae

RGB 221138174
HSL0.930.550.70
HSV334°38°87°
CMYK 0.000.380.21   0.13
XYZ46.547336.605144.6566
Yxy36.60510.36420.2864
Hunter Lab60.502131.4501-1.4104
CIE-Lab66.979736.4430-5.5269

#dd8aae color RGB value is (221,138,174).

#dd8aae hex color red value is 221, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dd8aae hue: 0.93 , saturation: 0.55 and the lightness value of dd8aae is 0.70.

The process color (four color CMYK) of #dd8aae color hex is 0.00, 0.38, 0.21, 0.13. Web safe color of #dd8aae is #cc9999. Color #dd8aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001010 10101110
Octal 335 212 256
Decimal 221 138 174
Hex DD 8A AE

RGB Percentages of Color #dd8aae

%41.46
%25.89
%32.65

CMYK Percentages of Color #dd8aae

%0
%38
%21
%13

Triadic Colors of #dd8aae

#dd8aae #aedd8a #8aaedd

Analogous Colors of #dd8aae

#dd8aae #dd908a #dd8ad8

Monochromatic Colors of #dd8aae

#dd8aae

Complementary Color

#dd8aae #8addb9

#dd8aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8aae Color CSS Codes

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

#dd8aae Text Font Color

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

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


#dd8aae Background Color

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

This div background color is #dd8aae


#dd8aae Border Color

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

This div border color is #dd8aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8aae


Comments

No comments written yet.

Please login to write comment.