Color Hex Logo

#dd94af Color Hex

#DD94AF
(221,148,175)
0 Favorites   0 Comments

Color spaces of #dd94af

RGB 221148175
HSL0.940.520.72
HSV338°33°87°
CMYK 0.000.330.21   0.13
XYZ48.146639.647145.6725
Yxy39.64710.36070.2971
Hunter Lab62.965926.29881.0700
CIE-Lab69.217431.2606-2.7871

#dd94af color RGB value is (221,148,175).

#dd94af hex color red value is 221, green value is 148 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dd94af hue: 0.94 , saturation: 0.52 and the lightness value of dd94af is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010100 10101111
Octal 335 224 257
Decimal 221 148 175
Hex DD 94 AF

RGB Percentages of Color #dd94af

%40.63
%27.21
%32.17

CMYK Percentages of Color #dd94af

%0
%33
%21
%13

Triadic Colors of #dd94af

#dd94af #afdd94 #94afdd

Analogous Colors of #dd94af

#dd94af #dd9e94 #dd94d4

Monochromatic Colors of #dd94af

#dd94af

Complementary Color

#dd94af #94ddc2

#dd94af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd94af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd94af Color CSS Codes

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

#dd94af Text Font Color

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

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


#dd94af Background Color

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

This div background color is #dd94af


#dd94af Border Color

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

This div border color is #dd94af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd94af


Comments

No comments written yet.

Please login to write comment.