Color Hex Logo

#fa268c Color Hex

#FA268C
(250,38,140)
0 Favorites   0 Comments

Color spaces of #fa268c

RGB 25038140
HSL0.920.950.56
HSV331°85°98°
CMYK 0.000.850.44   0.02
XYZ44.851123.603727.0030
Yxy23.60370.46990.2473
Hunter Lab48.583679.76501.0549
CIE-Lab55.688880.2641-2.0539

#fa268c color RGB value is (250,38,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100110 10001100
Octal 372 46 214
Decimal 250 38 140
Hex FA 26 8C

RGB Percentages of Color #fa268c

%58.41
%8.88
%32.71

CMYK Percentages of Color #fa268c

%0
%85
%44
%2

Triadic Colors of #fa268c

#fa268c #8cfa26 #268cfa

Analogous Colors of #fa268c

#fa268c #fa2a26 #fa26f6

Monochromatic Colors of #fa268c

#fa268c

Complementary Color

#fa268c #26fa94

#fa268c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa268c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa268c Color CSS Codes

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

#fa268c Text Font Color

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

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


#fa268c Background Color

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

This div background color is #fa268c


#fa268c Border Color

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

This div border color is #fa268c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa268c


Comments

No comments written yet.

Please login to write comment.