Color Hex Logo

#fc18ce Color Hex

#FC18CE
(252,24,206)
0 Favorites   0 Comments

Color spaces of #fc18ce

RGB 25224206
HSL0.870.970.54
HSV312°90°99°
CMYK 0.000.900.18   0.01
XYZ51.612125.804960.6531
Yxy25.80490.37380.1869
Hunter Lab50.798592.4614-35.2329
CIE-Lab57.851489.5944-37.2313

#fc18ce color RGB value is (252,24,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011000 11001110
Octal 374 30 316
Decimal 252 24 206
Hex FC 18 CE

RGB Percentages of Color #fc18ce

%52.28
%4.98
%42.74

CMYK Percentages of Color #fc18ce

%0
%90
%18
%1

Triadic Colors of #fc18ce

#fc18ce #cefc18 #18cefc

Analogous Colors of #fc18ce

#fc18ce #fc185c #b818fc

Monochromatic Colors of #fc18ce

#fc18ce

Complementary Color

#fc18ce #18fc46

#fc18ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc18ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc18ce Color CSS Codes

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

#fc18ce Text Font Color

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

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


#fc18ce Background Color

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

This div background color is #fc18ce


#fc18ce Border Color

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

This div border color is #fc18ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc18ce


Comments

No comments written yet.

Please login to write comment.