Color Hex Logo

#fa268b Color Hex

#FA268B
(250,38,139)
0 Favorites   0 Comments

Color spaces of #fa268b

RGB 25038139
HSL0.920.950.56
HSV331°85°98°
CMYK 0.000.850.44   0.02
XYZ44.777723.574326.6163
Yxy23.57430.47150.2482
Hunter Lab48.553479.65081.4854
CIE-Lab55.659080.1800-1.5025

#fa268b color RGB value is (250,38,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100110 10001011
Octal 372 46 213
Decimal 250 38 139
Hex FA 26 8B

RGB Percentages of Color #fa268b

%58.55
%8.90
%32.55

CMYK Percentages of Color #fa268b

%0
%85
%44
%2

Triadic Colors of #fa268b

#fa268b #8bfa26 #268bfa

Analogous Colors of #fa268b

#fa268b #fa2b26 #fa26f5

Monochromatic Colors of #fa268b

#fa268b

Complementary Color

#fa268b #26fa95

#fa268b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa268b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa268b Color CSS Codes

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

#fa268b Text Font Color

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

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


#fa268b Background Color

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

This div background color is #fa268b


#fa268b Border Color

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

This div border color is #fa268b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa268b


Comments

No comments written yet.

Please login to write comment.