Color Hex Logo

#fc19b8 Color Hex

#FC19B8
(252,25,184)
0 Favorites   0 Comments

Color spaces of #fc19b8

RGB 25225184
HSL0.880.970.54
HSV318°90°99°
CMYK 0.000.900.27   0.01
XYZ49.144224.851447.5540
Yxy24.85140.40430.2045
Hunter Lab49.851288.7290-21.6620
CIE-Lab56.930386.9563-26.0000

#fc19b8 color RGB value is (252,25,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 10111000
Octal 374 31 270
Decimal 252 25 184
Hex FC 19 B8

RGB Percentages of Color #fc19b8

%54.66
%5.42
%39.91

CMYK Percentages of Color #fc19b8

%0
%90
%27
%1

Triadic Colors of #fc19b8

#fc19b8 #b8fc19 #19b8fc

Analogous Colors of #fc19b8

#fc19b8 #fc1946 #cf19fc

Monochromatic Colors of #fc19b8

#fc19b8

Complementary Color

#fc19b8 #19fc5d

#fc19b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc19b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc19b8 Color CSS Codes

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

#fc19b8 Text Font Color

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

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


#fc19b8 Background Color

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

This div background color is #fc19b8


#fc19b8 Border Color

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

This div border color is #fc19b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc19b8


Comments

No comments written yet.

Please login to write comment.