Color Hex Logo

#fc457a Color Hex

#FC457A
(252,69,122)
0 Favorites   0 Comments

Color spaces of #fc457a

RGB 25269122
HSL0.950.970.63
HSV343°73°99°
CMYK 0.000.730.52   0.01
XYZ45.785926.356821.0865
Yxy26.35680.49110.2827
Hunter Lab51.338969.349811.5849
CIE-Lab58.374271.375012.5194

#fc457a color RGB value is (252,69,122).

#fc457a hex color red value is 252, green value is 69 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fc457a hue: 0.95 , saturation: 0.97 and the lightness value of fc457a is 0.63.

The process color (four color CMYK) of #fc457a color hex is 0.00, 0.73, 0.52, 0.01. Web safe color of #fc457a is #ff3366. Color #fc457a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000101 01111010
Octal 374 105 172
Decimal 252 69 122
Hex FC 45 7A

RGB Percentages of Color #fc457a

%56.88
%15.58
%27.54

CMYK Percentages of Color #fc457a

%0
%73
%52
%1

Triadic Colors of #fc457a

#fc457a #7afc45 #457afc

Analogous Colors of #fc457a

#fc457a #fc6c45 #fc45d6

Monochromatic Colors of #fc457a

#fc457a

Complementary Color

#fc457a #45fcc7

#fc457a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc457a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc457a Color CSS Codes

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

#fc457a Text Font Color

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

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


#fc457a Background Color

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

This div background color is #fc457a


#fc457a Border Color

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

This div border color is #fc457a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc457a


Comments

No comments written yet.

Please login to write comment.