Color Hex Logo

#fc19ba Color Hex

#FC19BA
(252,25,186)
0 Favorites   0 Comments

Color spaces of #fc19ba

RGB 25225186
HSL0.880.970.54
HSV317°90°99°
CMYK 0.000.900.26   0.01
XYZ49.355424.935948.6662
Yxy24.93590.40140.2028
Hunter Lab49.935989.0373-22.8274
CIE-Lab57.012987.1744-27.0315

#fc19ba color RGB value is (252,25,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 10111010
Octal 374 31 272
Decimal 252 25 186
Hex FC 19 BA

RGB Percentages of Color #fc19ba

%54.43
%5.40
%40.17

CMYK Percentages of Color #fc19ba

%0
%90
%26
%1

Triadic Colors of #fc19ba

#fc19ba #bafc19 #19bafc

Analogous Colors of #fc19ba

#fc19ba #fc1948 #cd19fc

Monochromatic Colors of #fc19ba

#fc19ba

Complementary Color

#fc19ba #19fc5b

#fc19ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc19ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc19ba Color CSS Codes

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

#fc19ba Text Font Color

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

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


#fc19ba Background Color

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

This div background color is #fc19ba


#fc19ba Border Color

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

This div border color is #fc19ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc19ba


Comments

No comments written yet.

Please login to write comment.