Color Hex Logo

#dd73ce Color Hex

#DD73CE
(221,115,206)
0 Favorites   0 Comments

Color spaces of #dd73ce

RGB 221115206
HSL0.860.610.66
HSV308°48°87°
CMYK 0.000.480.07   0.13
XYZ47.090132.089962.1046
Yxy32.08990.33330.2271
Hunter Lab56.647949.2489-25.3476
CIE-Lab63.417153.3250-28.9376

#dd73ce color RGB value is (221,115,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 11001110
Octal 335 163 316
Decimal 221 115 206
Hex DD 73 CE

RGB Percentages of Color #dd73ce

%40.77
%21.22
%38.01

CMYK Percentages of Color #dd73ce

%0
%48
%7
%13

Triadic Colors of #dd73ce

#dd73ce #cedd73 #73cedd

Analogous Colors of #dd73ce

#dd73ce #dd7399 #b773dd

Monochromatic Colors of #dd73ce

#dd73ce

Complementary Color

#dd73ce #73dd82

#dd73ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd73ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd73ce Color CSS Codes

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

#dd73ce Text Font Color

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

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


#dd73ce Background Color

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

This div background color is #dd73ce


#dd73ce Border Color

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

This div border color is #dd73ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd73ce


Comments

No comments written yet.

Please login to write comment.