Color Hex Logo

#dd7eab Color Hex

#DD7EAB
(221,126,171)
0 Favorites   0 Comments

Color spaces of #dd7eab

RGB 221126171
HSL0.920.580.68
HSV332°43°87°
CMYK 0.000.430.23   0.13
XYZ44.630333.234142.5906
Yxy33.23410.37050.2759
Hunter Lab57.649037.3040-3.4486
CIE-Lab64.350042.2915-7.7330

#dd7eab color RGB value is (221,126,171).

#dd7eab hex color red value is 221, green value is 126 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dd7eab hue: 0.92 , saturation: 0.58 and the lightness value of dd7eab is 0.68.

The process color (four color CMYK) of #dd7eab color hex is 0.00, 0.43, 0.23, 0.13. Web safe color of #dd7eab is #cc6699. Color #dd7eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111110 10101011
Octal 335 176 253
Decimal 221 126 171
Hex DD 7E AB

RGB Percentages of Color #dd7eab

%42.66
%24.32
%33.01

CMYK Percentages of Color #dd7eab

%0
%43
%23
%13

Triadic Colors of #dd7eab

#dd7eab #abdd7e #7eabdd

Analogous Colors of #dd7eab

#dd7eab #dd817e #dd7edb

Monochromatic Colors of #dd7eab

#dd7eab

Complementary Color

#dd7eab #7eddb0

#dd7eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7eab Color CSS Codes

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

#dd7eab Text Font Color

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

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


#dd7eab Background Color

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

This div background color is #dd7eab


#dd7eab Border Color

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

This div border color is #dd7eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7eab


Comments

No comments written yet.

Please login to write comment.