Color Hex Logo

#fc01ed Color Hex

#FC01ED
(252,1,237)
0 Favorites   0 Comments

Color spaces of #fc01ed

RGB 2521237
HSL0.840.990.50
HSV304°100°99°
CMYK 0.001.000.06   0.01
XYZ55.441826.831682.3777
Yxy26.83160.33670.1630
Hunter Lab51.7992100.4036-58.0310
CIE-Lab58.818195.2772-53.2444

#fc01ed color RGB value is (252,1,237).

#fc01ed hex color red value is 252, green value is 1 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fc01ed hue: 0.84 , saturation: 0.99 and the lightness value of fc01ed is 0.50.

The process color (four color CMYK) of #fc01ed color hex is 0.00, 1.00, 0.06, 0.01. Web safe color of #fc01ed is #ff00ff. Color #fc01ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000001 11101101
Octal 374 1 355
Decimal 252 1 237
Hex FC 1 ED

RGB Percentages of Color #fc01ed

%51.43
%0.20
%48.37

CMYK Percentages of Color #fc01ed

%0
%100
%6
%1

Triadic Colors of #fc01ed

#fc01ed #edfc01 #01edfc

Analogous Colors of #fc01ed

#fc01ed #fc0170 #8e01fc

Monochromatic Colors of #fc01ed

#fc01ed

Complementary Color

#fc01ed #01fc10

#fc01ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc01ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc01ed Color CSS Codes

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

#fc01ed Text Font Color

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

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


#fc01ed Background Color

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

This div background color is #fc01ed


#fc01ed Border Color

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

This div border color is #fc01ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc01ed


Comments

No comments written yet.

Please login to write comment.