Color Hex Logo

#dd697e Color Hex

#DD697E
(221,105,126)
0 Favorites   0 Comments

Color spaces of #dd697e

RGB 221105126
HSL0.970.630.64
HSV349°52°87°
CMYK 0.000.520.43   0.13
XYZ38.636326.981722.9103
Yxy26.98170.43640.3048
Hunter Lab51.943941.867910.2104
CIE-Lab58.957447.294810.2807

#dd697e color RGB value is (221,105,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 01111110
Octal 335 151 176
Decimal 221 105 126
Hex DD 69 7E

RGB Percentages of Color #dd697e

%48.89
%23.23
%27.88

CMYK Percentages of Color #dd697e

%0
%52
%43
%13

Triadic Colors of #dd697e

#dd697e #7edd69 #697edd

Analogous Colors of #dd697e

#dd697e #dd8e69 #dd69b8

Monochromatic Colors of #dd697e

#dd697e

Complementary Color

#dd697e #69ddc8

#dd697e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd697e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd697e Color CSS Codes

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

#dd697e Text Font Color

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

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


#dd697e Background Color

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

This div background color is #dd697e


#dd697e Border Color

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

This div border color is #dd697e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd697e


Comments

No comments written yet.

Please login to write comment.