Color Hex Logo

#fc4ecb Color Hex

#FC4ECB
(252,78,203)
0 Favorites   0 Comments

Color spaces of #fc4ecb

RGB 25278203
HSL0.880.970.65
HSV317°69°99°
CMYK 0.000.690.19   0.01
XYZ53.648830.456059.5509
Yxy30.45600.37350.2120
Hunter Lab55.187076.9477-25.3475
CIE-Lab62.045776.8122-28.9968

#fc4ecb color RGB value is (252,78,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001110 11001011
Octal 374 116 313
Decimal 252 78 203
Hex FC 4E CB

RGB Percentages of Color #fc4ecb

%47.28
%14.63
%38.09

CMYK Percentages of Color #fc4ecb

%0
%69
%19
%1

Triadic Colors of #fc4ecb

#fc4ecb #cbfc4e #4ecbfc

Analogous Colors of #fc4ecb

#fc4ecb #fc4e74 #d64efc

Monochromatic Colors of #fc4ecb

#fc4ecb

Complementary Color

#fc4ecb #4efc7f

#fc4ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4ecb Color CSS Codes

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

#fc4ecb Text Font Color

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

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


#fc4ecb Background Color

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

This div background color is #fc4ecb


#fc4ecb Border Color

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

This div border color is #fc4ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4ecb


Comments

No comments written yet.

Please login to write comment.