Color Hex Logo

#fa2d8f Color Hex

#FA2D8F
(250,45,143)
0 Favorites   0 Comments

Color spaces of #fa2d8f

RGB 25045143
HSL0.920.950.58
HSV331°82°98°
CMYK 0.000.820.43   0.02
XYZ45.320724.183928.2659
Yxy24.18390.46350.2474
Hunter Lab49.177178.44220.3454
CIE-Lab56.271579.1066-2.9785

#fa2d8f color RGB value is (250,45,143).

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

The process color (four color CMYK) of #fa2d8f color hex is 0.00, 0.82, 0.43, 0.02. Web safe color of #fa2d8f is #ff3399. Color #fa2d8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101101 10001111
Octal 372 55 217
Decimal 250 45 143
Hex FA 2D 8F

RGB Percentages of Color #fa2d8f

%57.08
%10.27
%32.65

CMYK Percentages of Color #fa2d8f

%0
%82
%43
%2

Triadic Colors of #fa2d8f

#fa2d8f #8ffa2d #2d8ffa

Analogous Colors of #fa2d8f

#fa2d8f #fa312d #fa2df6

Monochromatic Colors of #fa2d8f

#fa2d8f

Complementary Color

#fa2d8f #2dfa98

#fa2d8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2d8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2d8f Color CSS Codes

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

#fa2d8f Text Font Color

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

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


#fa2d8f Background Color

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

This div background color is #fa2d8f


#fa2d8f Border Color

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

This div border color is #fa2d8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2d8f

Related Colors


Comments

No comments written yet.

Please login to write comment.