Color Hex Logo

#d519cd Color Hex

#D519CD
(213,25,205)
0 Favorites   0 Comments

Color spaces of #d519cd

RGB 21325205
HSL0.840.790.47
HSV303°88°84°
CMYK 0.000.880.04   0.16
XYZ38.807619.249259.4277
Yxy19.24920.33030.1638
Hunter Lab43.873981.1085-49.5972
CIE-Lab50.977582.2375-47.9671

#d519cd color RGB value is (213,25,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011001 11001101
Octal 325 31 315
Decimal 213 25 205
Hex D5 19 CD

RGB Percentages of Color #d519cd

%48.08
%5.64
%46.28

CMYK Percentages of Color #d519cd

%0
%88
%4
%16

Triadic Colors of #d519cd

#d519cd #cdd519 #19cdd5

Analogous Colors of #d519cd

#d519cd #d5196f #7f19d5

Monochromatic Colors of #d519cd

#d519cd

Complementary Color

#d519cd #19d521

#d519cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d519cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d519cd Color CSS Codes

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

#d519cd Text Font Color

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

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


#d519cd Background Color

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

This div background color is #d519cd


#d519cd Border Color

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

This div border color is #d519cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d519cd


Comments

No comments written yet.

Please login to write comment.