Color Hex Logo

#fb227a Color Hex

#FB227A
(251,34,122)
0 Favorites   0 Comments

Color spaces of #fb227a

RGB 25134122
HSL0.930.960.56
HSV336°86°98°
CMYK 0.000.860.51   0.02
XYZ43.868523.058420.5509
Yxy23.05840.50150.2636
Hunter Lab48.019279.03738.2389
CIE-Lab55.132479.79857.9183

#fb227a color RGB value is (251,34,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100010 01111010
Octal 373 42 172
Decimal 251 34 122
Hex FB 22 7A

RGB Percentages of Color #fb227a

%61.67
%8.35
%29.98

CMYK Percentages of Color #fb227a

%0
%86
%51
%2

Triadic Colors of #fb227a

#fb227a #7afb22 #227afb

Analogous Colors of #fb227a

#fb227a #fb3722 #fb22e7

Monochromatic Colors of #fb227a

#fb227a

Complementary Color

#fb227a #22fba3

#fb227a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb227a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb227a Color CSS Codes

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

#fb227a Text Font Color

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

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


#fb227a Background Color

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

This div background color is #fb227a


#fb227a Border Color

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

This div border color is #fb227a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb227a


Comments

No comments written yet.

Please login to write comment.