Color Hex Logo

#dd73cd Color Hex

#DD73CD
(221,115,205)
0 Favorites   0 Comments

Color spaces of #dd73cd

RGB 221115205
HSL0.860.610.66
HSV309°48°87°
CMYK 0.000.480.07   0.13
XYZ46.969032.041461.4667
Yxy32.04140.33440.2281
Hunter Lab56.605149.0542-24.7586
CIE-Lab63.377153.1581-28.4368

#dd73cd color RGB value is (221,115,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 11001101
Octal 335 163 315
Decimal 221 115 205
Hex DD 73 CD

RGB Percentages of Color #dd73cd

%40.85
%21.26
%37.89

CMYK Percentages of Color #dd73cd

%0
%48
%7
%13

Triadic Colors of #dd73cd

#dd73cd #cddd73 #73cddd

Analogous Colors of #dd73cd

#dd73cd #dd7398 #b873dd

Monochromatic Colors of #dd73cd

#dd73cd

Complementary Color

#dd73cd #73dd83

#dd73cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd73cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd73cd Color CSS Codes

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

#dd73cd Text Font Color

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

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


#dd73cd Background Color

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

This div background color is #dd73cd


#dd73cd Border Color

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

This div border color is #dd73cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd73cd


Comments

No comments written yet.

Please login to write comment.