Color Hex Logo

#d409fe Color Hex

#D409FE
(212,9,254)
0 Favorites   0 Comments

Color spaces of #d409fe

RGB 2129254
HSL0.800.990.52
HSV290°96°100°
CMYK 0.170.960.00   0.00
XYZ45.138521.348295.5075
Yxy21.34820.27860.1318
Hunter Lab46.204193.5260-90.2142
CIE-Lab53.328591.2676-71.9183

#d409fe color RGB value is (212,9,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00001001 11111110
Octal 324 11 376
Decimal 212 9 254
Hex D4 9 FE

RGB Percentages of Color #d409fe

%44.63
%1.89
%53.47

CMYK Percentages of Color #d409fe

%17
%96
%0
%0

Triadic Colors of #d409fe

#d409fe #fed409 #09fed4

Analogous Colors of #d409fe

#d409fe #fe09ae #5a09fe

Monochromatic Colors of #d409fe

#d409fe

Complementary Color

#d409fe #33fe09

#d409fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d409fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d409fe Color CSS Codes

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

#d409fe Text Font Color

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

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


#d409fe Background Color

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

This div background color is #d409fe


#d409fe Border Color

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

This div border color is #d409fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d409fe

Related Colors


Comments

No comments written yet.

Please login to write comment.