Color Hex Logo

#fa727b Color Hex

#FA727B
(250,114,123)
0 Favorites   0 Comments

Color spaces of #fa727b

RGB 250114123
HSL0.990.930.71
HSV356°54°98°
CMYK 0.000.540.51   0.02
XYZ49.016833.788722.6773
Yxy33.78870.46470.3203
Hunter Lab58.128048.797017.5590
CIE-Lab64.794552.712020.7494

#fa727b color RGB value is (250,114,123).

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

The process color (four color CMYK) of #fa727b color hex is 0.00, 0.54, 0.51, 0.02. Web safe color of #fa727b is #ff6666. Color #fa727b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110010 01111011
Octal 372 162 173
Decimal 250 114 123
Hex FA 72 7B

RGB Percentages of Color #fa727b

%51.33
%23.41
%25.26

CMYK Percentages of Color #fa727b

%0
%54
%51
%2

Triadic Colors of #fa727b

#fa727b #7bfa72 #727bfa

Analogous Colors of #fa727b

#fa727b #faad72 #fa72bf

Monochromatic Colors of #fa727b

#fa727b

Complementary Color

#fa727b #72faf1

#fa727b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa727b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa727b Color CSS Codes

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

#fa727b Text Font Color

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

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


#fa727b Background Color

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

This div background color is #fa727b


#fa727b Border Color

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

This div border color is #fa727b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa727b

Related Colors


Comments

No comments written yet.

Please login to write comment.