Color Hex Logo

#dd6eae Color Hex

#DD6EAE
(221,110,174)
0 Favorites   0 Comments

Color spaces of #dd6eae

RGB 221110174
HSL0.900.620.65
HSV325°50°87°
CMYK 0.000.500.21   0.13
XYZ43.034729.580043.4857
Yxy29.58000.37070.2548
Hunter Lab54.387546.0619-9.3343
CIE-Lab61.290150.7930-14.0262

#dd6eae color RGB value is (221,110,174).

#dd6eae hex color red value is 221, green value is 110 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dd6eae hue: 0.90 , saturation: 0.62 and the lightness value of dd6eae is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101110 10101110
Octal 335 156 256
Decimal 221 110 174
Hex DD 6E AE

RGB Percentages of Color #dd6eae

%43.76
%21.78
%34.46

CMYK Percentages of Color #dd6eae

%0
%50
%21
%13

Triadic Colors of #dd6eae

#dd6eae #aedd6e #6eaedd

Analogous Colors of #dd6eae

#dd6eae #dd6e77 #d56edd

Monochromatic Colors of #dd6eae

#dd6eae

Complementary Color

#dd6eae #6edd9d

#dd6eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6eae Color CSS Codes

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

#dd6eae Text Font Color

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

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


#dd6eae Background Color

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

This div background color is #dd6eae


#dd6eae Border Color

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

This div border color is #dd6eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6eae


Comments

No comments written yet.

Please login to write comment.