Color Hex Logo

#f428c2 Color Hex

#F428C2
(244,40,194)
0 Favorites   0 Comments

Color spaces of #f428c2

RGB 24440194
HSL0.870.900.56
HSV315°84°96°
CMYK 0.000.840.20   0.04
XYZ47.804624.645753.2765
Yxy24.64570.38020.1960
Hunter Lab49.644485.0070-28.8766
CIE-Lab56.728684.1460-32.2055

#f428c2 color RGB value is (244,40,194).

#f428c2 hex color red value is 244, green value is 40 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #f428c2 hue: 0.87 , saturation: 0.90 and the lightness value of f428c2 is 0.56.

The process color (four color CMYK) of #f428c2 color hex is 0.00, 0.84, 0.20, 0.04. Web safe color of #f428c2 is #ff33cc. Color #f428c2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101000 11000010
Octal 364 50 302
Decimal 244 40 194
Hex F4 28 C2

RGB Percentages of Color #f428c2

%51.05
%8.37
%40.59

CMYK Percentages of Color #f428c2

%0
%84
%20
%4

Triadic Colors of #f428c2

#f428c2 #c2f428 #28c2f4

Analogous Colors of #f428c2

#f428c2 #f4285c #c028f4

Monochromatic Colors of #f428c2

#f428c2

Complementary Color

#f428c2 #28f45a

#f428c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f428c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f428c2 Color CSS Codes

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

#f428c2 Text Font Color

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

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


#f428c2 Background Color

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

This div background color is #f428c2


#f428c2 Border Color

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

This div border color is #f428c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f428c2


Comments

No comments written yet.

Please login to write comment.