Color Hex Logo

#fc457d Color Hex

#FC457D
(252,69,125)
0 Favorites   0 Comments

Color spaces of #fc457d

RGB 25269125
HSL0.950.970.63
HSV342°73°99°
CMYK 0.000.730.50   0.01
XYZ45.974726.432422.0809
Yxy26.43240.48660.2797
Hunter Lab51.412469.648810.5245
CIE-Lab58.445271.606810.8509

#fc457d color RGB value is (252,69,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000101 01111101
Octal 374 105 175
Decimal 252 69 125
Hex FC 45 7D

RGB Percentages of Color #fc457d

%56.50
%15.47
%28.03

CMYK Percentages of Color #fc457d

%0
%73
%50
%1

Triadic Colors of #fc457d

#fc457d #7dfc45 #457dfc

Analogous Colors of #fc457d

#fc457d #fc6945 #fc45d9

Monochromatic Colors of #fc457d

#fc457d

Complementary Color

#fc457d #45fcc4

#fc457d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc457d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc457d Color CSS Codes

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

#fc457d Text Font Color

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

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


#fc457d Background Color

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

This div background color is #fc457d


#fc457d Border Color

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

This div border color is #fc457d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc457d

Related Colors


Comments

No comments written yet.

Please login to write comment.