Color Hex Logo

#d413fe Color Hex

#D413FE
(212,19,254)
0 Favorites   0 Comments

Color spaces of #d413fe

RGB 21219254
HSL0.800.990.54
HSV289°93°100°
CMYK 0.170.930.00   0.00
XYZ45.273621.618695.5525
Yxy21.61860.27870.1331
Hunter Lab46.495892.4402-89.2985
CIE-Lab53.620090.4000-71.4458

#d413fe color RGB value is (212,19,254).

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

The process color (four color CMYK) of #d413fe color hex is 0.17, 0.93, 0.00, 0.00. Web safe color of #d413fe is #cc00ff. Color #d413fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010011 11111110
Octal 324 23 376
Decimal 212 19 254
Hex D4 13 FE

RGB Percentages of Color #d413fe

%43.71
%3.92
%52.37

CMYK Percentages of Color #d413fe

%17
%93
%0
%0

Triadic Colors of #d413fe

#d413fe #fed413 #13fed4

Analogous Colors of #d413fe

#d413fe #fe13b3 #5f13fe

Monochromatic Colors of #d413fe

#d413fe

Complementary Color

#d413fe #3dfe13

#d413fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d413fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d413fe Color CSS Codes

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

#d413fe Text Font Color

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

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


#d413fe Background Color

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

This div background color is #d413fe


#d413fe Border Color

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

This div border color is #d413fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d413fe

Related Colors


Comments

No comments written yet.

Please login to write comment.