Color Hex Logo

#d516cd Color Hex

#D516CD
(213,22,205)
0 Favorites   0 Comments

Color spaces of #d516cd

RGB 21322205
HSL0.840.810.46
HSV303°90°84°
CMYK 0.000.900.04   0.16
XYZ38.746919.127759.4074
Yxy19.12770.33040.1631
Hunter Lab43.735281.6041-49.9214
CIE-Lab50.836382.6527-48.1919

#d516cd color RGB value is (213,22,205).

#d516cd hex color red value is 213, green value is 22 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d516cd hue: 0.84 , saturation: 0.81 and the lightness value of d516cd is 0.46.

The process color (four color CMYK) of #d516cd color hex is 0.00, 0.90, 0.04, 0.16. Web safe color of #d516cd is #cc00cc. Color #d516cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010110 11001101
Octal 325 26 315
Decimal 213 22 205
Hex D5 16 CD

RGB Percentages of Color #d516cd

%48.41
%5.00
%46.59

CMYK Percentages of Color #d516cd

%0
%90
%4
%16

Triadic Colors of #d516cd

#d516cd #cdd516 #16cdd5

Analogous Colors of #d516cd

#d516cd #d5166e #7e16d5

Monochromatic Colors of #d516cd

#d516cd

Complementary Color

#d516cd #16d51e

#d516cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d516cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d516cd Color CSS Codes

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

#d516cd Text Font Color

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

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


#d516cd Background Color

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

This div background color is #d516cd


#d516cd Border Color

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

This div border color is #d516cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d516cd


Comments

No comments written yet.

Please login to write comment.