Color Hex Logo

#dd6aaf Color Hex

#DD6AAF
(221,106,175)
0 Favorites   0 Comments

Color spaces of #dd6aaf

RGB 221106175
HSL0.900.630.64
HSV324°52°87°
CMYK 0.000.520.21   0.13
XYZ42.710728.775443.8605
Yxy28.77540.37030.2495
Hunter Lab53.642748.2482-10.9281
CIE-Lab60.582952.8754-15.6676

#dd6aaf color RGB value is (221,106,175).

#dd6aaf hex color red value is 221, green value is 106 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dd6aaf hue: 0.90 , saturation: 0.63 and the lightness value of dd6aaf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101010 10101111
Octal 335 152 257
Decimal 221 106 175
Hex DD 6A AF

RGB Percentages of Color #dd6aaf

%44.02
%21.12
%34.86

CMYK Percentages of Color #dd6aaf

%0
%52
%21
%13

Triadic Colors of #dd6aaf

#dd6aaf #afdd6a #6aafdd

Analogous Colors of #dd6aaf

#dd6aaf #dd6a76 #d26add

Monochromatic Colors of #dd6aaf

#dd6aaf

Complementary Color

#dd6aaf #6add98

#dd6aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6aaf Color CSS Codes

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

#dd6aaf Text Font Color

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

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


#dd6aaf Background Color

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

This div background color is #dd6aaf


#dd6aaf Border Color

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

This div border color is #dd6aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,106,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6aaf


Comments

No comments written yet.

Please login to write comment.