Color Hex Logo

#fc19ca Color Hex

#FC19CA
(252,25,202)
0 Favorites   0 Comments

Color spaces of #fc19ca

RGB 25225202
HSL0.870.970.54
HSV313°90°99°
CMYK 0.000.900.20   0.01
XYZ51.153225.655058.1329
Yxy25.65500.37910.1901
Hunter Lab50.650891.6318-32.5928
CIE-Lab57.708188.9994-35.1668

#fc19ca color RGB value is (252,25,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 11001010
Octal 374 31 312
Decimal 252 25 202
Hex FC 19 CA

RGB Percentages of Color #fc19ca

%52.61
%5.22
%42.17

CMYK Percentages of Color #fc19ca

%0
%90
%20
%1

Triadic Colors of #fc19ca

#fc19ca #cafc19 #19cafc

Analogous Colors of #fc19ca

#fc19ca #fc1959 #bd19fc

Monochromatic Colors of #fc19ca

#fc19ca

Complementary Color

#fc19ca #19fc4b

#fc19ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc19ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc19ca Color CSS Codes

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

#fc19ca Text Font Color

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

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


#fc19ca Background Color

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

This div background color is #fc19ca


#fc19ca Border Color

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

This div border color is #fc19ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc19ca


Comments

No comments written yet.

Please login to write comment.