Color Hex Logo

#fc5fec Color Hex

#FC5FEC
(252,95,236)
0 Favorites   0 Comments

Color spaces of #fc5fec

RGB 25295236
HSL0.850.960.68
HSV306°62°99°
CMYK 0.000.620.06   0.01
XYZ59.377434.936082.9707
Yxy34.93600.33490.1971
Hunter Lab59.106775.8809-41.8534
CIE-Lab65.698875.2792-41.8174

#fc5fec color RGB value is (252,95,236).

#fc5fec hex color red value is 252, green value is 95 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fc5fec hue: 0.85 , saturation: 0.96 and the lightness value of fc5fec is 0.68.

The process color (four color CMYK) of #fc5fec color hex is 0.00, 0.62, 0.06, 0.01. Web safe color of #fc5fec is #ff66ff. Color #fc5fec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011111 11101100
Octal 374 137 354
Decimal 252 95 236
Hex FC 5F EC

RGB Percentages of Color #fc5fec

%43.22
%16.30
%40.48

CMYK Percentages of Color #fc5fec

%0
%62
%6
%1

Triadic Colors of #fc5fec

#fc5fec #ecfc5f #5fecfc

Analogous Colors of #fc5fec

#fc5fec #fc5f9e #be5ffc

Monochromatic Colors of #fc5fec

#fc5fec

Complementary Color

#fc5fec #5ffc6f

#fc5fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5fec Color CSS Codes

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

#fc5fec Text Font Color

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

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


#fc5fec Background Color

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

This div background color is #fc5fec


#fc5fec Border Color

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

This div border color is #fc5fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5fec


Comments

No comments written yet.

Please login to write comment.