Color Hex Logo

#fa227b Color Hex

#FA227B
(250,34,123)
0 Favorites   0 Comments

Color spaces of #fa227b

RGB 25034123
HSL0.930.960.56
HSV335°86°98°
CMYK 0.000.860.51   0.02
XYZ43.571522.898120.8622
Yxy22.89810.49890.2622
Hunter Lab47.852078.79197.6475
CIE-Lab54.967279.63677.0571

#fa227b color RGB value is (250,34,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100010 01111011
Octal 372 42 173
Decimal 250 34 123
Hex FA 22 7B

RGB Percentages of Color #fa227b

%61.43
%8.35
%30.22

CMYK Percentages of Color #fa227b

%0
%86
%51
%2

Triadic Colors of #fa227b

#fa227b #7bfa22 #227bfa

Analogous Colors of #fa227b

#fa227b #fa3522 #fa22e7

Monochromatic Colors of #fa227b

#fa227b

Complementary Color

#fa227b #22faa1

#fa227b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa227b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa227b Color CSS Codes

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

#fa227b Text Font Color

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

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


#fa227b Background Color

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

This div background color is #fa227b


#fa227b Border Color

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

This div border color is #fa227b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa227b


Comments

No comments written yet.

Please login to write comment.