Color Hex Logo

#fc2fef Color Hex

#FC2FEF
(252,47,239)
0 Favorites   0 Comments

Color spaces of #fc2fef

RGB 25247239
HSL0.840.970.59
HSV304°81°99°
CMYK 0.000.810.05   0.01
XYZ56.741428.960584.2607
Yxy28.96050.33380.1704
Hunter Lab53.815094.0306-55.1628
CIE-Lab60.746890.2032-51.2973

#fc2fef color RGB value is (252,47,239).

#fc2fef hex color red value is 252, green value is 47 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fc2fef hue: 0.84 , saturation: 0.97 and the lightness value of fc2fef is 0.59.

The process color (four color CMYK) of #fc2fef color hex is 0.00, 0.81, 0.05, 0.01. Web safe color of #fc2fef is #ff33ff. Color #fc2fef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101111 11101111
Octal 374 57 357
Decimal 252 47 239
Hex FC 2F EF

RGB Percentages of Color #fc2fef

%46.84
%8.74
%44.42

CMYK Percentages of Color #fc2fef

%0
%81
%5
%1

Triadic Colors of #fc2fef

#fc2fef #effc2f #2feffc

Analogous Colors of #fc2fef

#fc2fef #fc2f89 #a32ffc

Monochromatic Colors of #fc2fef

#fc2fef

Complementary Color

#fc2fef #2ffc3c

#fc2fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2fef Color CSS Codes

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

#fc2fef Text Font Color

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

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


#fc2fef Background Color

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

This div background color is #fc2fef


#fc2fef Border Color

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

This div border color is #fc2fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2fef

Related Colors


Comments

No comments written yet.

Please login to write comment.