Color Hex Logo

#fa19bc Color Hex

#FA19BC
(250,25,188)
0 Favorites   0 Comments

Color spaces of #fa19bc

RGB 25025188
HSL0.880.960.54
HSV317°90°98°
CMYK 0.000.900.25   0.02
XYZ48.849124.650149.7603
Yxy24.65010.39630.2000
Hunter Lab49.648988.7391-24.6689
CIE-Lab56.732987.0025-28.6517

#fa19bc color RGB value is (250,25,188).

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

The process color (four color CMYK) of #fa19bc color hex is 0.00, 0.90, 0.25, 0.02. Web safe color of #fa19bc is #ff00cc. Color #fa19bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011001 10111100
Octal 372 31 274
Decimal 250 25 188
Hex FA 19 BC

RGB Percentages of Color #fa19bc

%54.00
%5.40
%40.60

CMYK Percentages of Color #fa19bc

%0
%90
%25
%2

Triadic Colors of #fa19bc

#fa19bc #bcfa19 #19bcfa

Analogous Colors of #fa19bc

#fa19bc #fa194c #c819fa

Monochromatic Colors of #fa19bc

#fa19bc

Complementary Color

#fa19bc #19fa57

#fa19bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa19bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa19bc Color CSS Codes

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

#fa19bc Text Font Color

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

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


#fa19bc Background Color

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

This div background color is #fa19bc


#fa19bc Border Color

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

This div border color is #fa19bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa19bc


Comments

No comments written yet.

Please login to write comment.