Color Hex Logo

#d409f7 Color Hex

#D409F7
(212,9,247)
0 Favorites   0 Comments

Color spaces of #d409f7

RGB 2129247
HSL0.810.940.50
HSV291°96°97°
CMYK 0.140.960.00   0.03
XYZ44.037620.907889.7103
Yxy20.90780.28470.1352
Hunter Lab45.725091.8938-84.3165
CIE-Lab52.848490.1392-68.7912

#d409f7 color RGB value is (212,9,247).

#d409f7 hex color red value is 212, green value is 9 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #d409f7 hue: 0.81 , saturation: 0.94 and the lightness value of d409f7 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00001001 11110111
Octal 324 11 367
Decimal 212 9 247
Hex D4 9 F7

RGB Percentages of Color #d409f7

%45.30
%1.92
%52.78

CMYK Percentages of Color #d409f7

%14
%96
%0
%3

Triadic Colors of #d409f7

#d409f7 #f7d409 #09f7d4

Analogous Colors of #d409f7

#d409f7 #f709a3 #5d09f7

Monochromatic Colors of #d409f7

#d409f7

Complementary Color

#d409f7 #2cf709

#d409f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d409f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d409f7 Color CSS Codes

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

#d409f7 Text Font Color

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

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


#d409f7 Background Color

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

This div background color is #d409f7


#d409f7 Border Color

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

This div border color is #d409f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d409f7


Comments

No comments written yet.

Please login to write comment.