Color Hex Logo

#fa568b Color Hex

#FA568B
(250,86,139)
0 Favorites   0 Comments

Color spaces of #fa568b

RGB 25086139
HSL0.950.940.66
HSV341°66°98°
CMYK 0.000.660.44   0.02
XYZ47.412328.843727.4946
Yxy28.84370.45700.2780
Hunter Lab53.706363.59497.2413
CIE-Lab60.643466.18085.7307

#fa568b color RGB value is (250,86,139).

#fa568b hex color red value is 250, green value is 86 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fa568b hue: 0.95 , saturation: 0.94 and the lightness value of fa568b is 0.66.

The process color (four color CMYK) of #fa568b color hex is 0.00, 0.66, 0.44, 0.02. Web safe color of #fa568b is #ff6699. Color #fa568b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010110 10001011
Octal 372 126 213
Decimal 250 86 139
Hex FA 56 8B

RGB Percentages of Color #fa568b

%52.63
%18.11
%29.26

CMYK Percentages of Color #fa568b

%0
%66
%44
%2

Triadic Colors of #fa568b

#fa568b #8bfa56 #568bfa

Analogous Colors of #fa568b

#fa568b #fa7356 #fa56dd

Monochromatic Colors of #fa568b

#fa568b

Complementary Color

#fa568b #56fac5

#fa568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa568b Color CSS Codes

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

#fa568b Text Font Color

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

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


#fa568b Background Color

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

This div background color is #fa568b


#fa568b Border Color

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

This div border color is #fa568b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa568b

Related Colors


Comments

No comments written yet.

Please login to write comment.