Color Hex Logo

#fb197a Color Hex

#FB197A
(251,25,122)
0 Favorites   0 Comments

Color spaces of #fb197a

RGB 25125122
HSL0.930.970.54
HSV334°90°98°
CMYK 0.000.900.51   0.02
XYZ43.644122.609620.4761
Yxy22.60960.50320.2607
Hunter Lab47.549680.62737.7528
CIE-Lab54.667981.14087.2568

#fb197a color RGB value is (251,25,122).

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

The process color (four color CMYK) of #fb197a color hex is 0.00, 0.90, 0.51, 0.02. Web safe color of #fb197a is #ff0066. Color #fb197a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011001 01111010
Octal 373 31 172
Decimal 251 25 122
Hex FB 19 7A

RGB Percentages of Color #fb197a

%63.07
%6.28
%30.65

CMYK Percentages of Color #fb197a

%0
%90
%51
%2

Triadic Colors of #fb197a

#fb197a #7afb19 #197afb

Analogous Colors of #fb197a

#fb197a #fb2919 #fb19eb

Monochromatic Colors of #fb197a

#fb197a

Complementary Color

#fb197a #19fb9a

#fb197a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb197a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb197a Color CSS Codes

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

#fb197a Text Font Color

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

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


#fb197a Background Color

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

This div background color is #fb197a


#fb197a Border Color

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

This div border color is #fb197a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb197a


Comments

No comments written yet.

Please login to write comment.