Color Hex Logo

#dd697c Color Hex

#DD697C
(221,105,124)
0 Favorites   0 Comments

Color spaces of #dd697c

RGB 221105124
HSL0.970.630.64
HSV350°52°87°
CMYK 0.000.520.44   0.13
XYZ38.508526.930522.2373
Yxy26.93050.43920.3072
Hunter Lab51.894641.640710.9199
CIE-Lab58.909947.090511.3753

#dd697c color RGB value is (221,105,124).

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

The process color (four color CMYK) of #dd697c color hex is 0.00, 0.52, 0.44, 0.13. Web safe color of #dd697c is #cc6666. Color #dd697c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 01111100
Octal 335 151 174
Decimal 221 105 124
Hex DD 69 7C

RGB Percentages of Color #dd697c

%49.11
%23.33
%27.56

CMYK Percentages of Color #dd697c

%0
%52
%44
%13

Triadic Colors of #dd697c

#dd697c #7cdd69 #697cdd

Analogous Colors of #dd697c

#dd697c #dd9069 #dd69b6

Monochromatic Colors of #dd697c

#dd697c

Complementary Color

#dd697c #69ddca

#dd697c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd697c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd697c Color CSS Codes

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

#dd697c Text Font Color

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

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


#dd697c Background Color

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

This div background color is #dd697c


#dd697c Border Color

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

This div border color is #dd697c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd697c


Comments

No comments written yet.

Please login to write comment.