Color Hex Logo

#dd7baf Color Hex

#DD7BAF
(221,123,175)
0 Favorites   0 Comments

Color spaces of #dd7baf

RGB 221123175
HSL0.910.590.67
HSV328°44°87°
CMYK 0.000.440.21   0.13
XYZ44.639632.633244.5035
Yxy32.63320.36660.2680
Hunter Lab57.125539.5158-6.2019
CIE-Lab63.862844.4185-10.7308

#dd7baf color RGB value is (221,123,175).

#dd7baf hex color red value is 221, green value is 123 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dd7baf hue: 0.91 , saturation: 0.59 and the lightness value of dd7baf is 0.67.

The process color (four color CMYK) of #dd7baf color hex is 0.00, 0.44, 0.21, 0.13. Web safe color of #dd7baf is #cc6699. Color #dd7baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111011 10101111
Octal 335 173 257
Decimal 221 123 175
Hex DD 7B AF

RGB Percentages of Color #dd7baf

%42.58
%23.70
%33.72

CMYK Percentages of Color #dd7baf

%0
%44
%21
%13

Triadic Colors of #dd7baf

#dd7baf #afdd7b #7bafdd

Analogous Colors of #dd7baf

#dd7baf #dd7b7e #da7bdd

Monochromatic Colors of #dd7baf

#dd7baf

Complementary Color

#dd7baf #7bdda9

#dd7baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7baf Color CSS Codes

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

#dd7baf Text Font Color

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

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


#dd7baf Background Color

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

This div background color is #dd7baf


#dd7baf Border Color

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

This div border color is #dd7baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7baf


Comments

No comments written yet.

Please login to write comment.