Color Hex Logo

#dd727b Color Hex

#DD727B
(221,114,123)
0 Favorites   0 Comments

Color spaces of #dd727b

RGB 221114123
HSL0.990.610.66
HSV355°48°87°
CMYK 0.000.480.44   0.13
XYZ39.411328.836822.2278
Yxy28.83680.43560.3187
Hunter Lab53.699937.029413.0482
CIE-Lab60.637342.513814.3703

#dd727b color RGB value is (221,114,123).

#dd727b hex color red value is 221, green value is 114 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dd727b hue: 0.99 , saturation: 0.61 and the lightness value of dd727b is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110010 01111011
Octal 335 162 173
Decimal 221 114 123
Hex DD 72 7B

RGB Percentages of Color #dd727b

%48.25
%24.89
%26.86

CMYK Percentages of Color #dd727b

%0
%48
%44
%13

Triadic Colors of #dd727b

#dd727b #7bdd72 #727bdd

Analogous Colors of #dd727b

#dd727b #dd9f72 #dd72b1

Monochromatic Colors of #dd727b

#dd727b

Complementary Color

#dd727b #72ddd4

#dd727b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd727b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd727b Color CSS Codes

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

#dd727b Text Font Color

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

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


#dd727b Background Color

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

This div background color is #dd727b


#dd727b Border Color

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

This div border color is #dd727b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,114,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 #dd727b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd727b


Comments

No comments written yet.

Please login to write comment.