Color Hex Logo

#fc15cb Color Hex

#FC15CB
(252,21,203)
0 Favorites   0 Comments

Color spaces of #fc15cb

RGB 25221203
HSL0.870.970.54
HSV313°92°99°
CMYK 0.000.920.19   0.01
XYZ51.192525.543658.7322
Yxy25.54360.37790.1886
Hunter Lab50.540792.3559-33.5211
CIE-Lab57.601389.5641-35.9066

#fc15cb color RGB value is (252,21,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 11001011
Octal 374 25 313
Decimal 252 21 203
Hex FC 15 CB

RGB Percentages of Color #fc15cb

%52.94
%4.41
%42.65

CMYK Percentages of Color #fc15cb

%0
%92
%19
%1

Triadic Colors of #fc15cb

#fc15cb #cbfc15 #15cbfc

Analogous Colors of #fc15cb

#fc15cb #fc1557 #ba15fc

Monochromatic Colors of #fc15cb

#fc15cb

Complementary Color

#fc15cb #15fc46

#fc15cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc15cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc15cb Color CSS Codes

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

#fc15cb Text Font Color

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

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


#fc15cb Background Color

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

This div background color is #fc15cb


#fc15cb Border Color

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

This div border color is #fc15cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc15cb


Comments

No comments written yet.

Please login to write comment.