Color Hex Logo

#fc19cb Color Hex

#FC19CB
(252,25,203)
0 Favorites   0 Comments

Color spaces of #fc19cb

RGB 25225203
HSL0.870.970.54
HSV313°90°99°
CMYK 0.000.900.19   0.01
XYZ51.272025.702558.7587
Yxy25.70250.37770.1894
Hunter Lab50.697691.8014-33.2289
CIE-Lab57.753689.1181-35.6685

#fc19cb color RGB value is (252,25,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 11001011
Octal 374 31 313
Decimal 252 25 203
Hex FC 19 CB

RGB Percentages of Color #fc19cb

%52.50
%5.21
%42.29

CMYK Percentages of Color #fc19cb

%0
%90
%19
%1

Triadic Colors of #fc19cb

#fc19cb #cbfc19 #19cbfc

Analogous Colors of #fc19cb

#fc19cb #fc1959 #bc19fc

Monochromatic Colors of #fc19cb

#fc19cb

Complementary Color

#fc19cb #19fc4a

#fc19cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc19cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc19cb Color CSS Codes

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

#fc19cb Text Font Color

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

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


#fc19cb Background Color

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

This div background color is #fc19cb


#fc19cb Border Color

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

This div border color is #fc19cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc19cb


Comments

No comments written yet.

Please login to write comment.