Color Hex Logo

#fc4e93 Color Hex

#FC4E93
(252,78,147)
0 Favorites   0 Comments

Color spaces of #fc4e93

RGB 25278147
HSL0.930.970.65
HSV336°69°99°
CMYK 0.000.690.42   0.01
XYZ48.135728.250830.5197
Yxy28.25080.45030.2643
Hunter Lab53.151568.64033.1616
CIE-Lab60.114670.46670.3431

#fc4e93 color RGB value is (252,78,147).

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

The process color (four color CMYK) of #fc4e93 color hex is 0.00, 0.69, 0.42, 0.01. Web safe color of #fc4e93 is #ff6699. Color #fc4e93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001110 10010011
Octal 374 116 223
Decimal 252 78 147
Hex FC 4E 93

RGB Percentages of Color #fc4e93

%52.83
%16.35
%30.82

CMYK Percentages of Color #fc4e93

%0
%69
%42
%1

Triadic Colors of #fc4e93

#fc4e93 #93fc4e #4e93fc

Analogous Colors of #fc4e93

#fc4e93 #fc604e #fc4eea

Monochromatic Colors of #fc4e93

#fc4e93

Complementary Color

#fc4e93 #4efcb7

#fc4e93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4e93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4e93 Color CSS Codes

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

#fc4e93 Text Font Color

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

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


#fc4e93 Background Color

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

This div background color is #fc4e93


#fc4e93 Border Color

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

This div border color is #fc4e93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4e93

Related Colors


Comments

No comments written yet.

Please login to write comment.