Color Hex Logo

#dd50cc Color Hex

#DD50CC
(221,80,204)
0 Favorites   0 Comments

Color spaces of #dd50cc

RGB 22180204
HSL0.850.670.59
HSV307°64°87°
CMYK 0.000.640.08   0.13
XYZ43.586525.469159.7455
Yxy25.46910.33840.1977
Hunter Lab50.466965.8470-34.8639
CIE-Lab57.529768.6359-36.9611

#dd50cc color RGB value is (221,80,204).

#dd50cc hex color red value is 221, green value is 80 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dd50cc hue: 0.85 , saturation: 0.67 and the lightness value of dd50cc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 11001100
Octal 335 120 314
Decimal 221 80 204
Hex DD 50 CC

RGB Percentages of Color #dd50cc

%43.76
%15.84
%40.40

CMYK Percentages of Color #dd50cc

%0
%64
%8
%13

Triadic Colors of #dd50cc

#dd50cc #ccdd50 #50ccdd

Analogous Colors of #dd50cc

#dd50cc #dd5086 #a850dd

Monochromatic Colors of #dd50cc

#dd50cc

Complementary Color

#dd50cc #50dd61

#dd50cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd50cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd50cc Color CSS Codes

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

#dd50cc Text Font Color

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

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


#dd50cc Background Color

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

This div background color is #dd50cc


#dd50cc Border Color

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

This div border color is #dd50cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd50cc


Comments

No comments written yet.

Please login to write comment.