Color Hex Logo

#fc4ece Color Hex

#FC4ECE
(252,78,206)
0 Favorites   0 Comments

Color spaces of #fc4ece

RGB 25278206
HSL0.880.970.65
HSV316°69°99°
CMYK 0.000.690.18   0.01
XYZ54.009930.600561.4524
Yxy30.60050.36980.2095
Hunter Lab55.317777.4739-27.1428
CIE-Lab62.168977.2061-30.5070

#fc4ece color RGB value is (252,78,206).

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

The process color (four color CMYK) of #fc4ece color hex is 0.00, 0.69, 0.18, 0.01. Web safe color of #fc4ece is #ff66cc. Color #fc4ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001110 11001110
Octal 374 116 316
Decimal 252 78 206
Hex FC 4E CE

RGB Percentages of Color #fc4ece

%47.01
%14.55
%38.43

CMYK Percentages of Color #fc4ece

%0
%69
%18
%1

Triadic Colors of #fc4ece

#fc4ece #cefc4e #4ecefc

Analogous Colors of #fc4ece

#fc4ece #fc4e77 #d34efc

Monochromatic Colors of #fc4ece

#fc4ece

Complementary Color

#fc4ece #4efc7c

#fc4ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4ece Color CSS Codes

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

#fc4ece Text Font Color

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

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


#fc4ece Background Color

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

This div background color is #fc4ece


#fc4ece Border Color

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

This div border color is #fc4ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4ece


Comments

No comments written yet.

Please login to write comment.