Color Hex Logo

#d419e1 Color Hex

#D419E1
(212,25,225)
0 Favorites   0 Comments

Color spaces of #d419e1

RGB 21225225
HSL0.820.800.49
HSV296°89°88°
CMYK 0.060.890.00   0.12
XYZ41.089620.128672.9537
Yxy20.12860.30620.1500
Hunter Lab44.864984.9659-65.0045
CIE-Lab51.982385.0390-57.7976

#d419e1 color RGB value is (212,25,225).

#d419e1 hex color red value is 212, green value is 25 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d419e1 hue: 0.82 , saturation: 0.80 and the lightness value of d419e1 is 0.49.

The process color (four color CMYK) of #d419e1 color hex is 0.06, 0.89, 0.00, 0.12. Web safe color of #d419e1 is #cc00cc. Color #d419e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011001 11100001
Octal 324 31 341
Decimal 212 25 225
Hex D4 19 E1

RGB Percentages of Color #d419e1

%45.89
%5.41
%48.70

CMYK Percentages of Color #d419e1

%6
%89
%0
%12

Triadic Colors of #d419e1

#d419e1 #e1d419 #19e1d4

Analogous Colors of #d419e1

#d419e1 #e1198a #7019e1

Monochromatic Colors of #d419e1

#d419e1

Complementary Color

#d419e1 #26e119

#d419e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d419e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d419e1 Color CSS Codes

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

#d419e1 Text Font Color

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

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


#d419e1 Background Color

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

This div background color is #d419e1


#d419e1 Border Color

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

This div border color is #d419e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d419e1


Comments

No comments written yet.

Please login to write comment.