Color Hex Logo

#d519de Color Hex

#D519DE
(213,25,222)
0 Favorites   0 Comments

Color spaces of #d519de

RGB 21325222
HSL0.830.800.48
HSV297°89°87°
CMYK 0.040.890.00   0.13
XYZ40.973020.115370.8304
Yxy20.11530.31060.1525
Hunter Lab44.850184.5818-62.2399
CIE-Lab51.967384.7456-56.1088

#d519de color RGB value is (213,25,222).

#d519de hex color red value is 213, green value is 25 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d519de hue: 0.83 , saturation: 0.80 and the lightness value of d519de is 0.48.

The process color (four color CMYK) of #d519de color hex is 0.04, 0.89, 0.00, 0.13. Web safe color of #d519de is #cc00cc. Color #d519de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011001 11011110
Octal 325 31 336
Decimal 213 25 222
Hex D5 19 DE

RGB Percentages of Color #d519de

%46.30
%5.43
%48.26

CMYK Percentages of Color #d519de

%4
%89
%0
%13

Triadic Colors of #d519de

#d519de #ded519 #19ded5

Analogous Colors of #d519de

#d519de #de1985 #7319de

Monochromatic Colors of #d519de

#d519de

Complementary Color

#d519de #22de19

#d519de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d519de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d519de Color CSS Codes

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

#d519de Text Font Color

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

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


#d519de Background Color

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

This div background color is #d519de


#d519de Border Color

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

This div border color is #d519de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,25,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d519de


Comments

No comments written yet.

Please login to write comment.