Color Hex Logo

#fb217a Color Hex

#FB217A
(251,33,122)
0 Favorites   0 Comments

Color spaces of #fb217a

RGB 25133122
HSL0.930.960.56
HSV336°87°98°
CMYK 0.000.870.51   0.02
XYZ43.840423.002120.5416
Yxy23.00210.50170.2632
Hunter Lab47.960579.23498.1783
CIE-Lab55.074579.96577.8357

#fb217a color RGB value is (251,33,122).

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

The process color (four color CMYK) of #fb217a color hex is 0.00, 0.87, 0.51, 0.02. Web safe color of #fb217a is #ff3366. Color #fb217a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100001 01111010
Octal 373 41 172
Decimal 251 33 122
Hex FB 21 7A

RGB Percentages of Color #fb217a

%61.82
%8.13
%30.05

CMYK Percentages of Color #fb217a

%0
%87
%51
%2

Triadic Colors of #fb217a

#fb217a #7afb21 #217afb

Analogous Colors of #fb217a

#fb217a #fb3521 #fb21e7

Monochromatic Colors of #fb217a

#fb217a

Complementary Color

#fb217a #21fba2

#fb217a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb217a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb217a Color CSS Codes

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

#fb217a Text Font Color

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

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


#fb217a Background Color

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

This div background color is #fb217a


#fb217a Border Color

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

This div border color is #fb217a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,33,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 #fb217a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb217a


Comments

No comments written yet.

Please login to write comment.