Color Hex Logo

#fc15ce Color Hex

#FC15CE
(252,21,206)
0 Favorites   0 Comments

Color spaces of #fc15ce

RGB 25221206
HSL0.870.970.54
HSV312°92°99°
CMYK 0.000.920.18   0.01
XYZ51.553625.688060.6336
Yxy25.68800.37390.1863
Hunter Lab50.683392.8691-35.4516
CIE-Lab57.739789.9217-37.4062

#fc15ce color RGB value is (252,21,206).

#fc15ce hex color red value is 252, green value is 21 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fc15ce hue: 0.87 , saturation: 0.97 and the lightness value of fc15ce is 0.54.

The process color (four color CMYK) of #fc15ce color hex is 0.00, 0.92, 0.18, 0.01. Web safe color of #fc15ce is #ff00cc. Color #fc15ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 11001110
Octal 374 25 316
Decimal 252 21 206
Hex FC 15 CE

RGB Percentages of Color #fc15ce

%52.61
%4.38
%43.01

CMYK Percentages of Color #fc15ce

%0
%92
%18
%1

Triadic Colors of #fc15ce

#fc15ce #cefc15 #15cefc

Analogous Colors of #fc15ce

#fc15ce #fc155b #b715fc

Monochromatic Colors of #fc15ce

#fc15ce

Complementary Color

#fc15ce #15fc43

#fc15ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc15ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc15ce Color CSS Codes

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

#fc15ce Text Font Color

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

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


#fc15ce Background Color

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

This div background color is #fc15ce


#fc15ce Border Color

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

This div border color is #fc15ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc15ce


Comments

No comments written yet.

Please login to write comment.