Color Hex Logo

#dd697b Color Hex

#DD697B
(221,105,123)
0 Favorites   0 Comments

Color spaces of #dd697b

RGB 221105123
HSL0.970.630.64
HSV351°52°87°
CMYK 0.000.520.44   0.13
XYZ38.445526.905421.9058
Yxy26.90540.44060.3083
Hunter Lab51.870441.528011.2701
CIE-Lab58.886746.988911.9234

#dd697b color RGB value is (221,105,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 01111011
Octal 335 151 173
Decimal 221 105 123
Hex DD 69 7B

RGB Percentages of Color #dd697b

%49.22
%23.39
%27.39

CMYK Percentages of Color #dd697b

%0
%52
%44
%13

Triadic Colors of #dd697b

#dd697b #7bdd69 #697bdd

Analogous Colors of #dd697b

#dd697b #dd9169 #dd69b5

Monochromatic Colors of #dd697b

#dd697b

Complementary Color

#dd697b #69ddcb

#dd697b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd697b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd697b Color CSS Codes

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

#dd697b Text Font Color

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

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


#dd697b Background Color

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

This div background color is #dd697b


#dd697b Border Color

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

This div border color is #dd697b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd697b


Comments

No comments written yet.

Please login to write comment.