Color Hex Logo

#dd14cd Color Hex

#DD14CD
(221,20,205)
0 Favorites   0 Comments

Color spaces of #dd14cd

RGB 22120205
HSL0.850.830.47
HSV305°91°87°
CMYK 0.000.910.07   0.13
XYZ41.088420.280259.5065
Yxy20.28020.33990.1678
Hunter Lab45.033584.0539-46.8212
CIE-Lab52.152584.3015-46.0133

#dd14cd color RGB value is (221,20,205).

#dd14cd hex color red value is 221, green value is 20 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dd14cd hue: 0.85 , saturation: 0.83 and the lightness value of dd14cd is 0.47.

The process color (four color CMYK) of #dd14cd color hex is 0.00, 0.91, 0.07, 0.13. Web safe color of #dd14cd is #cc00cc. Color #dd14cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010100 11001101
Octal 335 24 315
Decimal 221 20 205
Hex DD 14 CD

RGB Percentages of Color #dd14cd

%49.55
%4.48
%45.96

CMYK Percentages of Color #dd14cd

%0
%91
%7
%13

Triadic Colors of #dd14cd

#dd14cd #cddd14 #14cddd

Analogous Colors of #dd14cd

#dd14cd #dd1469 #8914dd

Monochromatic Colors of #dd14cd

#dd14cd

Complementary Color

#dd14cd #14dd24

#dd14cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd14cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd14cd Color CSS Codes

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

#dd14cd Text Font Color

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

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


#dd14cd Background Color

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

This div background color is #dd14cd


#dd14cd Border Color

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

This div border color is #dd14cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd14cd


Comments

No comments written yet.

Please login to write comment.