Color Hex Logo

#fb209c Color Hex

#FB209C
(251,32,156)
0 Favorites   0 Comments

Color spaces of #fb209c

RGB 25132156
HSL0.910.960.55
HSV326°87°98°
CMYK 0.000.870.38   0.02
XYZ46.300923.942633.6335
Yxy23.94260.44570.2305
Hunter Lab48.931283.2752-6.5020
CIE-Lab56.030382.9422-11.0069

#fb209c color RGB value is (251,32,156).

#fb209c hex color red value is 251, green value is 32 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fb209c hue: 0.91 , saturation: 0.96 and the lightness value of fb209c is 0.55.

The process color (four color CMYK) of #fb209c color hex is 0.00, 0.87, 0.38, 0.02. Web safe color of #fb209c is #ff3399. Color #fb209c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100000 10011100
Octal 373 40 234
Decimal 251 32 156
Hex FB 20 9C

RGB Percentages of Color #fb209c

%57.18
%7.29
%35.54

CMYK Percentages of Color #fb209c

%0
%87
%38
%2

Triadic Colors of #fb209c

#fb209c #9cfb20 #209cfb

Analogous Colors of #fb209c

#fb209c #fb202e #ed20fb

Monochromatic Colors of #fb209c

#fb209c

Complementary Color

#fb209c #20fb7f

#fb209c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb209c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb209c Color CSS Codes

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

#fb209c Text Font Color

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

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


#fb209c Background Color

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

This div background color is #fb209c


#fb209c Border Color

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

This div border color is #fb209c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb209c

Related Colors


Comments

No comments written yet.

Please login to write comment.