Color Hex Logo

#dd72ab Color Hex

#DD72AB
(221,114,171)
0 Favorites   0 Comments

Color spaces of #dd72ab

RGB 221114171
HSL0.910.610.66
HSV328°48°87°
CMYK 0.000.480.23   0.13
XYZ43.186830.347142.1094
Yxy30.34710.37340.2624
Hunter Lab55.088243.5320-6.7595
CIE-Lab61.952648.3895-11.3136

#dd72ab color RGB value is (221,114,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110010 10101011
Octal 335 162 253
Decimal 221 114 171
Hex DD 72 AB

RGB Percentages of Color #dd72ab

%43.68
%22.53
%33.79

CMYK Percentages of Color #dd72ab

%0
%48
%23
%13

Triadic Colors of #dd72ab

#dd72ab #abdd72 #72abdd

Analogous Colors of #dd72ab

#dd72ab #dd7276 #da72dd

Monochromatic Colors of #dd72ab

#dd72ab

Complementary Color

#dd72ab #72dda4

#dd72ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd72ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd72ab Color CSS Codes

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

#dd72ab Text Font Color

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

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


#dd72ab Background Color

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

This div background color is #dd72ab


#dd72ab Border Color

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

This div border color is #dd72ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd72ab


Comments

No comments written yet.

Please login to write comment.