Color Hex Logo

#fa708b Color Hex

#FA708B
(250,112,139)
0 Favorites   0 Comments

Color spaces of #fa708b

RGB 250112139
HSL0.970.930.71
HSV348°55°98°
CMYK 0.000.550.44   0.02
XYZ49.878733.776428.3167
Yxy33.77640.44550.3017
Hunter Lab58.117551.490211.7942
CIE-Lab64.784755.090711.6232

#fa708b color RGB value is (250,112,139).

#fa708b hex color red value is 250, green value is 112 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fa708b hue: 0.97 , saturation: 0.93 and the lightness value of fa708b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110000 10001011
Octal 372 160 213
Decimal 250 112 139
Hex FA 70 8B

RGB Percentages of Color #fa708b

%49.90
%22.36
%27.74

CMYK Percentages of Color #fa708b

%0
%55
%44
%2

Triadic Colors of #fa708b

#fa708b #8bfa70 #708bfa

Analogous Colors of #fa708b

#fa708b #fa9a70 #fa70d0

Monochromatic Colors of #fa708b

#fa708b

Complementary Color

#fa708b #70fadf

#fa708b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa708b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa708b Color CSS Codes

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

#fa708b Text Font Color

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

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


#fa708b Background Color

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

This div background color is #fa708b


#fa708b Border Color

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

This div border color is #fa708b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa708b


Comments

No comments written yet.

Please login to write comment.