Color Hex Logo

#fc00ef Color Hex

#FC00EF
(252,0,239)
0 Favorites   0 Comments

Color spaces of #fc00ef

RGB 2520239
HSL0.841.000.49
HSV303°100°99°
CMYK 0.001.000.05   0.01
XYZ55.724926.927483.9218
Yxy26.92740.33450.1617
Hunter Lab51.8916100.8756-59.5627
CIE-Lab58.907195.6037-54.2227

#fc00ef color RGB value is (252,0,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 11101111
Octal 374 0 357
Decimal 252 0 239
Hex FC 0 EF

RGB Percentages of Color #fc00ef

%51.32
%0.00
%48.68

CMYK Percentages of Color #fc00ef

%0
%100
%5
%1

Triadic Colors of #fc00ef

#fc00ef #effc00 #00effc

Analogous Colors of #fc00ef

#fc00ef #fc0071 #8b00fc

Monochromatic Colors of #fc00ef

#fc00ef

Complementary Color

#fc00ef #00fc0d

#fc00ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc00ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc00ef Color CSS Codes

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

#fc00ef Text Font Color

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

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


#fc00ef Background Color

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

This div background color is #fc00ef


#fc00ef Border Color

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

This div border color is #fc00ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc00ef


Comments

No comments written yet.

Please login to write comment.