Color Hex Logo

#fc0ec1 Color Hex

#FC0EC1
(252,14,193)
0 Favorites   0 Comments

Color spaces of #fc0ec1

RGB 25214193
HSL0.870.980.52
HSV315°94°99°
CMYK 0.000.940.23   0.01
XYZ49.927624.859852.6190
Yxy24.85980.39190.1951
Hunter Lab49.859691.4891-27.6696
CIE-Lab56.938689.0420-31.1925

#fc0ec1 color RGB value is (252,14,193).

#fc0ec1 hex color red value is 252, green value is 14 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #fc0ec1 hue: 0.87 , saturation: 0.98 and the lightness value of fc0ec1 is 0.52.

The process color (four color CMYK) of #fc0ec1 color hex is 0.00, 0.94, 0.23, 0.01. Web safe color of #fc0ec1 is #ff00cc. Color #fc0ec1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001110 11000001
Octal 374 16 301
Decimal 252 14 193
Hex FC E C1

RGB Percentages of Color #fc0ec1

%54.90
%3.05
%42.05

CMYK Percentages of Color #fc0ec1

%0
%94
%23
%1

Triadic Colors of #fc0ec1

#fc0ec1 #c1fc0e #0ec1fc

Analogous Colors of #fc0ec1

#fc0ec1 #fc0e4a #c00efc

Monochromatic Colors of #fc0ec1

#fc0ec1

Complementary Color

#fc0ec1 #0efc49

#fc0ec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0ec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0ec1 Color CSS Codes

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

#fc0ec1 Text Font Color

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

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


#fc0ec1 Background Color

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

This div background color is #fc0ec1


#fc0ec1 Border Color

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

This div border color is #fc0ec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0ec1


Comments

No comments written yet.

Please login to write comment.