Color Hex Logo

#fa229b Color Hex

#FA229B
(250,34,155)
0 Favorites   0 Comments

Color spaces of #fa229b

RGB 25034155
HSL0.910.960.56
HSV326°86°98°
CMYK 0.000.860.38   0.02
XYZ45.912823.834633.1910
Yxy23.83460.44600.2315
Hunter Lab48.820782.4318-6.1341
CIE-Lab55.921882.3074-10.5984

#fa229b color RGB value is (250,34,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100010 10011011
Octal 372 42 233
Decimal 250 34 155
Hex FA 22 9B

RGB Percentages of Color #fa229b

%56.95
%7.74
%35.31

CMYK Percentages of Color #fa229b

%0
%86
%38
%2

Triadic Colors of #fa229b

#fa229b #9bfa22 #229bfa

Analogous Colors of #fa229b

#fa229b #fa222f #ed22fa

Monochromatic Colors of #fa229b

#fa229b

Complementary Color

#fa229b #22fa81

#fa229b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa229b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa229b Color CSS Codes

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

#fa229b Text Font Color

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

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


#fa229b Background Color

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

This div background color is #fa229b


#fa229b Border Color

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

This div border color is #fa229b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa229b

Related Colors


Comments

No comments written yet.

Please login to write comment.