color codes Logo

#f428cc color codes

#F428CC
(244,40,204)
0 Favorites   0 Comments

Color spaces of #f428cc

RGB 24440204
HSL0.870.900.56
HSV312°84°96°
CMYK 0.000.840.16   0.04
XYZ48.966125.110359.3927
Yxy25.11030.36690.1881
Hunter Lab50.110286.7318-35.1959
CIE-Lab57.182785.3830-37.2363

#f428cc color RGB value is (244,40,204).

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

The process color (four color CMYK) of #f428cc color code is 0.00, 0.84, 0.16, 0.04. Web safe color of #f428cc is #ff33cc. Color #f428cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101000 11001100
Octal 364 50 314
Decimal 244 40 204
Hex F4 28 CC

RGB Percentages of Color #f428cc

%50.00
%8.20
%41.80

CMYK Percentages of Color #f428cc

%0
%84
%16
%4

Triadic Colors of #f428cc

#f428cc #ccf428 #28ccf4

Analogous Colors of #f428cc

#f428cc #f42866 #b628f4

Monochromatic Colors of #f428cc

#f428cc

Complementary Color

#f428cc #28f450

#f428cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f428cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f428cc Color CSS Codes

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

#f428cc Text Font Color

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

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


#f428cc Background Color

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

This div background color is #f428cc


#f428cc Border Color

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

This div border color is #f428cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f428cc


Comments

No comments written yet.

Please login to write comment.