Color Hex Logo

#dd54ce Color Hex

#DD54CE
(221,84,206)
0 Favorites   0 Comments

Color spaces of #dd54ce

RGB 22184206
HSL0.850.670.60
HSV307°62°87°
CMYK 0.000.620.07   0.13
XYZ44.129726.169061.1178
Yxy26.16900.33580.1991
Hunter Lab51.155664.4616-35.0273
CIE-Lab58.197167.3541-37.0544

#dd54ce color RGB value is (221,84,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010100 11001110
Octal 335 124 316
Decimal 221 84 206
Hex DD 54 CE

RGB Percentages of Color #dd54ce

%43.25
%16.44
%40.31

CMYK Percentages of Color #dd54ce

%0
%62
%7
%13

Triadic Colors of #dd54ce

#dd54ce #cedd54 #54cedd

Analogous Colors of #dd54ce

#dd54ce #dd548a #a854dd

Monochromatic Colors of #dd54ce

#dd54ce

Complementary Color

#dd54ce #54dd63

#dd54ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd54ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd54ce Color CSS Codes

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

#dd54ce Text Font Color

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

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


#dd54ce Background Color

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

This div background color is #dd54ce


#dd54ce Border Color

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

This div border color is #dd54ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd54ce


Comments

No comments written yet.

Please login to write comment.