Color Hex Logo

#fc11ea Color Hex

#FC11EA
(252,17,234)
0 Favorites   0 Comments

Color spaces of #fc11ea

RGB 25217234
HSL0.850.980.53
HSV305°93°99°
CMYK 0.000.930.07   0.01
XYZ55.196627.036980.1514
Yxy27.03690.33990.1665
Hunter Lab51.997098.4890-54.9953
CIE-Lab59.008593.8399-51.2595

#fc11ea color RGB value is (252,17,234).

#fc11ea hex color red value is 252, green value is 17 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fc11ea hue: 0.85 , saturation: 0.98 and the lightness value of fc11ea is 0.53.

The process color (four color CMYK) of #fc11ea color hex is 0.00, 0.93, 0.07, 0.01. Web safe color of #fc11ea is #ff00ff. Color #fc11ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010001 11101010
Octal 374 21 352
Decimal 252 17 234
Hex FC 11 EA

RGB Percentages of Color #fc11ea

%50.10
%3.38
%46.52

CMYK Percentages of Color #fc11ea

%0
%93
%7
%1

Triadic Colors of #fc11ea

#fc11ea #eafc11 #11eafc

Analogous Colors of #fc11ea

#fc11ea #fc1175 #9911fc

Monochromatic Colors of #fc11ea

#fc11ea

Complementary Color

#fc11ea #11fc23

#fc11ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc11ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc11ea Color CSS Codes

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

#fc11ea Text Font Color

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

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


#fc11ea Background Color

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

This div background color is #fc11ea


#fc11ea Border Color

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

This div border color is #fc11ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc11ea


Comments

No comments written yet.

Please login to write comment.