Color Hex Logo

#dd72cb Color Hex

#DD72CB
(221,114,203)
0 Favorites   0 Comments

Color spaces of #dd72cb

RGB 221114203
HSL0.860.610.66
HSV310°48°87°
CMYK 0.000.480.08   0.13
XYZ46.615631.718660.1653
Yxy31.71860.33660.2290
Hunter Lab56.319349.1862-23.9154
CIE-Lab63.109653.3171-27.7230

#dd72cb color RGB value is (221,114,203).

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

The process color (four color CMYK) of #dd72cb color hex is 0.00, 0.48, 0.08, 0.13. Web safe color of #dd72cb is #cc66cc. Color #dd72cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110010 11001011
Octal 335 162 313
Decimal 221 114 203
Hex DD 72 CB

RGB Percentages of Color #dd72cb

%41.08
%21.19
%37.73

CMYK Percentages of Color #dd72cb

%0
%48
%8
%13

Triadic Colors of #dd72cb

#dd72cb #cbdd72 #72cbdd

Analogous Colors of #dd72cb

#dd72cb #dd7296 #ba72dd

Monochromatic Colors of #dd72cb

#dd72cb

Complementary Color

#dd72cb #72dd84

#dd72cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd72cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd72cb Color CSS Codes

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

#dd72cb Text Font Color

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

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


#dd72cb Background Color

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

This div background color is #dd72cb


#dd72cb Border Color

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

This div border color is #dd72cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd72cb


Comments

No comments written yet.

Please login to write comment.