color codes Logo

#fc428e color codes

#FC428E
(252,66,142)
0 Favorites   0 Comments

Color spaces of #fc428e

RGB 25266142
HSL0.930.970.62
HSV335°74°99°
CMYK 0.000.740.44   0.01
XYZ46.975626.544928.2390
Yxy26.54490.46160.2609
Hunter Lab51.521772.58663.5684
CIE-Lab58.550773.98010.9918

#fc428e color RGB value is (252,66,142).

#fc428e hex color red value is 252, green value is 66 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fc428e hue: 0.93 , saturation: 0.97 and the lightness value of fc428e is 0.62.

The process color (four color CMYK) of #fc428e color code is 0.00, 0.74, 0.44, 0.01. Web safe color of #fc428e is #ff3399. Color #fc428e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000010 10001110
Octal 374 102 216
Decimal 252 66 142
Hex FC 42 8E

RGB Percentages of Color #fc428e

%54.78
%14.35
%30.87

CMYK Percentages of Color #fc428e

%0
%74
%44
%1

Triadic Colors of #fc428e

#fc428e #8efc42 #428efc

Analogous Colors of #fc428e

#fc428e #fc5342 #fc42eb

Monochromatic Colors of #fc428e

#fc428e

Complementary Color

#fc428e #42fcb0

#fc428e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc428e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc428e Color CSS Codes

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

#fc428e Text Font Color

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

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


#fc428e Background Color

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

This div background color is #fc428e


#fc428e Border Color

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

This div border color is #fc428e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,66,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc428e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc428e;
  -webkit-box-shadow: 1px 1px 3px 2px #fc428e;
  box-shadow:         1px 1px 3px 2px #fc428e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,66,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc428e


Comments

No comments written yet.

Please login to write comment.