Color Hex Logo

#dd698d Color Hex

#DD698D
(221,105,141)
0 Favorites   0 Comments

Color spaces of #dd698d

RGB 221105141
HSL0.950.630.64
HSV341°52°87°
CMYK 0.000.520.36   0.13
XYZ39.678127.398428.3965
Yxy27.39840.41560.2870
Hunter Lab52.343543.70784.4754
CIE-Lab59.341348.93962.1182

#dd698d color RGB value is (221,105,141).

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

The process color (four color CMYK) of #dd698d color hex is 0.00, 0.52, 0.36, 0.13. Web safe color of #dd698d is #cc6699. Color #dd698d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 10001101
Octal 335 151 215
Decimal 221 105 141
Hex DD 69 8D

RGB Percentages of Color #dd698d

%47.32
%22.48
%30.19

CMYK Percentages of Color #dd698d

%0
%52
%36
%13

Triadic Colors of #dd698d

#dd698d #8ddd69 #698ddd

Analogous Colors of #dd698d

#dd698d #dd7f69 #dd69c7

Monochromatic Colors of #dd698d

#dd698d

Complementary Color

#dd698d #69ddb9

#dd698d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd698d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd698d Color CSS Codes

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

#dd698d Text Font Color

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

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


#dd698d Background Color

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

This div background color is #dd698d


#dd698d Border Color

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

This div border color is #dd698d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd698d


Comments

No comments written yet.

Please login to write comment.