Color Hex Logo

#fa446b Color Hex

#FA446B
(250,68,107)
0 Favorites   0 Comments

Color spaces of #fa446b

RGB 25068107
HSL0.960.950.62
HSV347°73°98°
CMYK 0.000.730.57   0.02
XYZ44.145325.519816.5090
Yxy25.51980.51230.2961
Hunter Lab50.517167.580515.9860
CIE-Lab57.578470.066520.2119

#fa446b color RGB value is (250,68,107).

#fa446b hex color red value is 250, green value is 68 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fa446b hue: 0.96 , saturation: 0.95 and the lightness value of fa446b is 0.62.

The process color (four color CMYK) of #fa446b color hex is 0.00, 0.73, 0.57, 0.02. Web safe color of #fa446b is #ff3366. Color #fa446b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000100 01101011
Octal 372 104 153
Decimal 250 68 107
Hex FA 44 6B

RGB Percentages of Color #fa446b

%58.82
%16.00
%25.18

CMYK Percentages of Color #fa446b

%0
%73
%57
%2

Triadic Colors of #fa446b

#fa446b #6bfa44 #446bfa

Analogous Colors of #fa446b

#fa446b #fa7844 #fa44c6

Monochromatic Colors of #fa446b

#fa446b

Complementary Color

#fa446b #44fad3

#fa446b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa446b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa446b Color CSS Codes

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

#fa446b Text Font Color

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

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


#fa446b Background Color

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

This div background color is #fa446b


#fa446b Border Color

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

This div border color is #fa446b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa446b


Comments

No comments written yet.

Please login to write comment.