Color Hex Logo

#d41dfe Color Hex

#D41DFE
(212,29,254)
0 Favorites   0 Comments

Color spaces of #d41dfe

RGB 21229254
HSL0.800.990.55
HSV289°89°100°
CMYK 0.170.890.00   0.00
XYZ45.480122.031595.6214
Yxy22.03150.27880.1351
Hunter Lab46.937790.8158-87.9290
CIE-Lab54.060489.0943-70.7325

#d41dfe color RGB value is (212,29,254).

#d41dfe hex color red value is 212, green value is 29 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d41dfe hue: 0.80 , saturation: 0.99 and the lightness value of d41dfe is 0.55.

The process color (four color CMYK) of #d41dfe color hex is 0.17, 0.89, 0.00, 0.00. Web safe color of #d41dfe is #cc33ff. Color #d41dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011101 11111110
Octal 324 35 376
Decimal 212 29 254
Hex D4 1D FE

RGB Percentages of Color #d41dfe

%42.83
%5.86
%51.31

CMYK Percentages of Color #d41dfe

%17
%89
%0
%0

Triadic Colors of #d41dfe

#d41dfe #fed41d #1dfed4

Analogous Colors of #d41dfe

#d41dfe #fe1db8 #641dfe

Monochromatic Colors of #d41dfe

#d41dfe

Complementary Color

#d41dfe #47fe1d

#d41dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41dfe Color CSS Codes

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

#d41dfe Text Font Color

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

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


#d41dfe Background Color

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

This div background color is #d41dfe


#d41dfe Border Color

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

This div border color is #d41dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41dfe


Comments

No comments written yet.

Please login to write comment.