Color Hex Logo

#dd8fae Color Hex

#DD8FAE
(221,143,174)
0 Favorites   0 Comments

Color spaces of #dd8fae

RGB 221143174
HSL0.930.530.71
HSV336°35°87°
CMYK 0.000.350.21   0.13
XYZ47.281238.073144.9012
Yxy38.07310.36300.2923
Hunter Lab61.703428.79750.0474
CIE-Lab68.074533.7848-3.9102

#dd8fae color RGB value is (221,143,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001111 10101110
Octal 335 217 256
Decimal 221 143 174
Hex DD 8F AE

RGB Percentages of Color #dd8fae

%41.08
%26.58
%32.34

CMYK Percentages of Color #dd8fae

%0
%35
%21
%13

Triadic Colors of #dd8fae

#dd8fae #aedd8f #8faedd

Analogous Colors of #dd8fae

#dd8fae #dd978f #dd8fd5

Monochromatic Colors of #dd8fae

#dd8fae

Complementary Color

#dd8fae #8fddbe

#dd8fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8fae Color CSS Codes

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

#dd8fae Text Font Color

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

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


#dd8fae Background Color

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

This div background color is #dd8fae


#dd8fae Border Color

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

This div border color is #dd8fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8fae


Comments

No comments written yet.

Please login to write comment.