Color Hex Logo

#fc01ef Color Hex

#FC01EF
(252,1,239)
0 Favorites   0 Comments

Color spaces of #fc01ef

RGB 2521239
HSL0.840.990.50
HSV303°100°99°
CMYK 0.001.000.05   0.01
XYZ55.735726.949283.9255
Yxy26.94920.33450.1617
Hunter Lab51.9126100.7985-59.5134
CIE-Lab58.927395.5436-54.1905

#fc01ef color RGB value is (252,1,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000001 11101111
Octal 374 1 357
Decimal 252 1 239
Hex FC 1 EF

RGB Percentages of Color #fc01ef

%51.22
%0.20
%48.58

CMYK Percentages of Color #fc01ef

%0
%100
%5
%1

Triadic Colors of #fc01ef

#fc01ef #effc01 #01effc

Analogous Colors of #fc01ef

#fc01ef #fc0172 #8c01fc

Monochromatic Colors of #fc01ef

#fc01ef

Complementary Color

#fc01ef #01fc0e

#fc01ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc01ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc01ef Color CSS Codes

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

#fc01ef Text Font Color

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

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


#fc01ef Background Color

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

This div background color is #fc01ef


#fc01ef Border Color

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

This div border color is #fc01ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc01ef


Comments

No comments written yet.

Please login to write comment.