Color Hex Logo

#d519dd Color Hex

#D519DD
(213,25,221)
0 Favorites   0 Comments

Color spaces of #d519dd

RGB 21325221
HSL0.830.800.48
HSV298°89°87°
CMYK 0.040.890.00   0.13
XYZ40.839320.061970.1265
Yxy20.06190.31170.1531
Hunter Lab44.790584.3702-61.4743
CIE-Lab51.907184.5938-55.6367

#d519dd color RGB value is (213,25,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011001 11011101
Octal 325 31 335
Decimal 213 25 221
Hex D5 19 DD

RGB Percentages of Color #d519dd

%46.41
%5.45
%48.15

CMYK Percentages of Color #d519dd

%4
%89
%0
%13

Triadic Colors of #d519dd

#d519dd #ddd519 #19ddd5

Analogous Colors of #d519dd

#d519dd #dd1983 #7319dd

Monochromatic Colors of #d519dd

#d519dd

Complementary Color

#d519dd #21dd19

#d519dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d519dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d519dd Color CSS Codes

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

#d519dd Text Font Color

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

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


#d519dd Background Color

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

This div background color is #d519dd


#d519dd Border Color

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

This div border color is #d519dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d519dd


Comments

No comments written yet.

Please login to write comment.