Color Hex Logo

#d41cfe Color Hex

#D41CFE
(212,28,254)
0 Favorites   0 Comments

Color spaces of #d41cfe

RGB 21228254
HSL0.800.990.55
HSV289°89°100°
CMYK 0.170.890.00   0.00
XYZ45.456021.983395.6133
Yxy21.98330.27880.1348
Hunter Lab46.886491.0034-88.0871
CIE-Lab54.009389.2456-70.8152

#d41cfe color RGB value is (212,28,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011100 11111110
Octal 324 34 376
Decimal 212 28 254
Hex D4 1C FE

RGB Percentages of Color #d41cfe

%42.91
%5.67
%51.42

CMYK Percentages of Color #d41cfe

%17
%89
%0
%0

Triadic Colors of #d41cfe

#d41cfe #fed41c #1cfed4

Analogous Colors of #d41cfe

#d41cfe #fe1cb7 #631cfe

Monochromatic Colors of #d41cfe

#d41cfe

Complementary Color

#d41cfe #46fe1c

#d41cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41cfe Color CSS Codes

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

#d41cfe Text Font Color

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

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


#d41cfe Background Color

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

This div background color is #d41cfe


#d41cfe Border Color

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

This div border color is #d41cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.