Color Hex Logo

#fc3fef Color Hex

#FC3FEF
(252,63,239)
0 Favorites   0 Comments

Color spaces of #fc3fef

RGB 25263239
HSL0.840.970.62
HSV304°75°99°
CMYK 0.000.750.05   0.01
XYZ57.502430.482584.5143
Yxy30.48250.33330.1767
Hunter Lab55.211089.2892-52.1106
CIE-Lab62.068386.3806-49.2028

#fc3fef color RGB value is (252,63,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111111 11101111
Octal 374 77 357
Decimal 252 63 239
Hex FC 3F EF

RGB Percentages of Color #fc3fef

%45.49
%11.37
%43.14

CMYK Percentages of Color #fc3fef

%0
%75
%5
%1

Triadic Colors of #fc3fef

#fc3fef #effc3f #3feffc

Analogous Colors of #fc3fef

#fc3fef #fc3f91 #ab3ffc

Monochromatic Colors of #fc3fef

#fc3fef

Complementary Color

#fc3fef #3ffc4c

#fc3fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3fef Color CSS Codes

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

#fc3fef Text Font Color

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

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


#fc3fef Background Color

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

This div background color is #fc3fef


#fc3fef Border Color

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

This div border color is #fc3fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,63,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 #fc3fef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3fef

Related Colors


Comments

No comments written yet.

Please login to write comment.