Color Hex Logo

#dd4eae Color Hex

#DD4EAE
(221,78,174)
0 Favorites   0 Comments

Color spaces of #dd4eae

RGB 22178174
HSL0.890.680.59
HSV320°65°87°
CMYK 0.000.650.21   0.13
XYZ40.183223.876942.5352
Yxy23.87690.37700.2240
Hunter Lab48.864061.2771-17.4060
CIE-Lab55.964365.0745-22.1276

#dd4eae color RGB value is (221,78,174).

#dd4eae hex color red value is 221, green value is 78 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dd4eae hue: 0.89 , saturation: 0.68 and the lightness value of dd4eae is 0.59.

The process color (four color CMYK) of #dd4eae color hex is 0.00, 0.65, 0.21, 0.13. Web safe color of #dd4eae is #cc6699. Color #dd4eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001110 10101110
Octal 335 116 256
Decimal 221 78 174
Hex DD 4E AE

RGB Percentages of Color #dd4eae

%46.72
%16.49
%36.79

CMYK Percentages of Color #dd4eae

%0
%65
%21
%13

Triadic Colors of #dd4eae

#dd4eae #aedd4e #4eaedd

Analogous Colors of #dd4eae

#dd4eae #dd4e67 #c54edd

Monochromatic Colors of #dd4eae

#dd4eae

Complementary Color

#dd4eae #4edd7d

#dd4eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4eae Color CSS Codes

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

#dd4eae Text Font Color

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

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


#dd4eae Background Color

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

This div background color is #dd4eae


#dd4eae Border Color

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

This div border color is #dd4eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4eae


Comments

No comments written yet.

Please login to write comment.