Color Hex Logo

#dd73cb Color Hex

#DD73CB
(221,115,203)
0 Favorites   0 Comments

Color spaces of #dd73cb

RGB 221115203
HSL0.860.610.66
HSV310°48°87°
CMYK 0.000.480.08   0.13
XYZ46.729031.945460.2031
Yxy31.94540.33650.2300
Hunter Lab56.520348.6672-23.5891
CIE-Lab63.297752.8257-27.4331

#dd73cb color RGB value is (221,115,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 11001011
Octal 335 163 313
Decimal 221 115 203
Hex DD 73 CB

RGB Percentages of Color #dd73cb

%41.00
%21.34
%37.66

CMYK Percentages of Color #dd73cb

%0
%48
%8
%13

Triadic Colors of #dd73cb

#dd73cb #cbdd73 #73cbdd

Analogous Colors of #dd73cb

#dd73cb #dd7396 #ba73dd

Monochromatic Colors of #dd73cb

#dd73cb

Complementary Color

#dd73cb #73dd85

#dd73cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd73cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd73cb Color CSS Codes

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

#dd73cb Text Font Color

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

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


#dd73cb Background Color

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

This div background color is #dd73cb


#dd73cb Border Color

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

This div border color is #dd73cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd73cb


Comments

No comments written yet.

Please login to write comment.