Color Hex Logo

#f420d4 Color Hex

#F420D4
(244,32,212)
0 Favorites   0 Comments

Color spaces of #f420d4

RGB 24432212
HSL0.860.910.54
HSV309°87°96°
CMYK 0.000.870.13   0.04
XYZ49.708425.019664.4967
Yxy25.01960.35700.1797
Hunter Lab50.019689.8552-41.4365
CIE-Lab57.094587.7786-41.9414

#f420d4 color RGB value is (244,32,212).

#f420d4 hex color red value is 244, green value is 32 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #f420d4 hue: 0.86 , saturation: 0.91 and the lightness value of f420d4 is 0.54.

The process color (four color CMYK) of #f420d4 color hex is 0.00, 0.87, 0.13, 0.04. Web safe color of #f420d4 is #ff33cc. Color #f420d4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100000 11010100
Octal 364 40 324
Decimal 244 32 212
Hex F4 20 D4

RGB Percentages of Color #f420d4

%50.00
%6.56
%43.44

CMYK Percentages of Color #f420d4

%0
%87
%13
%4

Triadic Colors of #f420d4

#f420d4 #d4f420 #20d4f4

Analogous Colors of #f420d4

#f420d4 #f4206a #aa20f4

Monochromatic Colors of #f420d4

#f420d4

Complementary Color

#f420d4 #20f440

#f420d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f420d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f420d4 Color CSS Codes

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

#f420d4 Text Font Color

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

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


#f420d4 Background Color

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

This div background color is #f420d4


#f420d4 Border Color

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

This div border color is #f420d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f420d4


Comments

No comments written yet.

Please login to write comment.