Color Hex Logo

#fc4e58 Color Hex

#FC4E58
(252,78,88)
0 Favorites   0 Comments

Color spaces of #fc4e58

RGB 2527888
HSL0.990.970.65
HSV357°69°99°
CMYK 0.000.690.65   0.01
XYZ44.630726.848812.0626
Yxy26.84880.53420.3214
Hunter Lab51.815863.070322.4685
CIE-Lab58.834166.068132.9685

#fc4e58 color RGB value is (252,78,88).

#fc4e58 hex color red value is 252, green value is 78 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #fc4e58 hue: 0.99 , saturation: 0.97 and the lightness value of fc4e58 is 0.65.

The process color (four color CMYK) of #fc4e58 color hex is 0.00, 0.69, 0.65, 0.01. Web safe color of #fc4e58 is #ff6666. Color #fc4e58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001110 01011000
Octal 374 116 130
Decimal 252 78 88
Hex FC 4E 58

RGB Percentages of Color #fc4e58

%60.29
%18.66
%21.05

CMYK Percentages of Color #fc4e58

%0
%69
%65
%1

Triadic Colors of #fc4e58

#fc4e58 #58fc4e #4e58fc

Analogous Colors of #fc4e58

#fc4e58 #fc9b4e #fc4eaf

Monochromatic Colors of #fc4e58

#fc4e58

Complementary Color

#fc4e58 #4efcf2

#fc4e58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4e58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4e58 Color CSS Codes

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

#fc4e58 Text Font Color

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

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


#fc4e58 Background Color

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

This div background color is #fc4e58


#fc4e58 Border Color

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

This div border color is #fc4e58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4e58


Comments

No comments written yet.

Please login to write comment.