Color Hex Logo

#dd97af Color Hex

#DD97AF
(221,151,175)
0 Favorites   0 Comments

Color spaces of #dd97af

RGB 221151175
HSL0.940.510.73
HSV339°32°87°
CMYK 0.000.320.21   0.13
XYZ48.623340.600545.8314
Yxy40.60050.36000.3006
Hunter Lab63.718524.70511.9569
CIE-Lab69.895129.6507-1.7921

#dd97af color RGB value is (221,151,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010111 10101111
Octal 335 227 257
Decimal 221 151 175
Hex DD 97 AF

RGB Percentages of Color #dd97af

%40.40
%27.61
%31.99

CMYK Percentages of Color #dd97af

%0
%32
%21
%13

Triadic Colors of #dd97af

#dd97af #afdd97 #97afdd

Analogous Colors of #dd97af

#dd97af #dda297 #dd97d2

Monochromatic Colors of #dd97af

#dd97af

Complementary Color

#dd97af #97ddc5

#dd97af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd97af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd97af Color CSS Codes

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

#dd97af Text Font Color

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

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


#dd97af Background Color

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

This div background color is #dd97af


#dd97af Border Color

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

This div border color is #dd97af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd97af


Comments

No comments written yet.

Please login to write comment.