Color Hex Logo

#dd697a Color Hex

#DD697A
(221,105,122)
0 Favorites   0 Comments

Color spaces of #dd697a

RGB 221105122
HSL0.980.630.64
HSV351°52°87°
CMYK 0.000.520.45   0.13
XYZ38.383226.880421.5778
Yxy26.88040.44200.3095
Hunter Lab51.846341.417211.6166
CIE-Lab58.863546.889112.4712

#dd697a color RGB value is (221,105,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 01111010
Octal 335 151 172
Decimal 221 105 122
Hex DD 69 7A

RGB Percentages of Color #dd697a

%49.33
%23.44
%27.23

CMYK Percentages of Color #dd697a

%0
%52
%45
%13

Triadic Colors of #dd697a

#dd697a #7add69 #697add

Analogous Colors of #dd697a

#dd697a #dd9269 #dd69b4

Monochromatic Colors of #dd697a

#dd697a

Complementary Color

#dd697a #69ddcc

#dd697a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd697a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd697a Color CSS Codes

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

#dd697a Text Font Color

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

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


#dd697a Background Color

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

This div background color is #dd697a


#dd697a Border Color

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

This div border color is #dd697a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd697a


Comments

No comments written yet.

Please login to write comment.