Color Hex Logo

#fa288b Color Hex

#FA288B
(250,40,139)
0 Favorites   0 Comments

Color spaces of #fa288b

RGB 25040139
HSL0.920.950.57
HSV332°84°98°
CMYK 0.000.840.44   0.02
XYZ44.843323.705726.6382
Yxy23.70570.47110.2490
Hunter Lab48.688579.19801.6435
CIE-Lab55.791979.7971-1.3077

#fa288b color RGB value is (250,40,139).

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

The process color (four color CMYK) of #fa288b color hex is 0.00, 0.84, 0.44, 0.02. Web safe color of #fa288b is #ff3399. Color #fa288b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101000 10001011
Octal 372 50 213
Decimal 250 40 139
Hex FA 28 8B

RGB Percentages of Color #fa288b

%58.28
%9.32
%32.40

CMYK Percentages of Color #fa288b

%0
%84
%44
%2

Triadic Colors of #fa288b

#fa288b #8bfa28 #288bfa

Analogous Colors of #fa288b

#fa288b #fa2e28 #fa28f4

Monochromatic Colors of #fa288b

#fa288b

Complementary Color

#fa288b #28fa97

#fa288b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa288b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa288b Color CSS Codes

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

#fa288b Text Font Color

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

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


#fa288b Background Color

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

This div background color is #fa288b


#fa288b Border Color

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

This div border color is #fa288b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa288b

Related Colors


Comments

No comments written yet.

Please login to write comment.