Color Hex Logo

#fc10ec Color Hex

#FC10EC
(252,16,236)
0 Favorites   0 Comments

Color spaces of #fc10ec

RGB 25216236
HSL0.840.980.53
HSV304°94°99°
CMYK 0.000.940.06   0.01
XYZ55.470527.122281.6684
Yxy27.12220.33770.1651
Hunter Lab52.079098.9862-56.5212
CIE-Lab59.087394.1892-52.2558

#fc10ec color RGB value is (252,16,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 11101100
Octal 374 20 354
Decimal 252 16 236
Hex FC 10 EC

RGB Percentages of Color #fc10ec

%50.00
%3.17
%46.83

CMYK Percentages of Color #fc10ec

%0
%94
%6
%1

Triadic Colors of #fc10ec

#fc10ec #ecfc10 #10ecfc

Analogous Colors of #fc10ec

#fc10ec #fc1076 #9610fc

Monochromatic Colors of #fc10ec

#fc10ec

Complementary Color

#fc10ec #10fc20

#fc10ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc10ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc10ec Color CSS Codes

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

#fc10ec Text Font Color

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

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


#fc10ec Background Color

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

This div background color is #fc10ec


#fc10ec Border Color

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

This div border color is #fc10ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc10ec


Comments

No comments written yet.

Please login to write comment.