Color Hex Logo

#fa023b Color Hex

#FA023B
(250,2,59)
0 Favorites   0 Comments

Color spaces of #fa023b

RGB 250259
HSL0.960.980.49
HSV346°99°98°
CMYK 0.000.990.76   0.02
XYZ40.235520.68326.0093
Yxy20.68320.60120.3090
Hunter Lab45.478878.332724.0009
CIE-Lab52.601079.734242.1309

#fa023b color RGB value is (250,2,59).

#fa023b hex color red value is 250, green value is 2 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fa023b hue: 0.96 , saturation: 0.98 and the lightness value of fa023b is 0.49.

The process color (four color CMYK) of #fa023b color hex is 0.00, 0.99, 0.76, 0.02. Web safe color of #fa023b is #ff0033. Color #fa023b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000010 00111011
Octal 372 2 73
Decimal 250 2 59
Hex FA 2 3B

RGB Percentages of Color #fa023b

%80.39
%0.64
%18.97

CMYK Percentages of Color #fa023b

%0
%99
%76
%2

Triadic Colors of #fa023b

#fa023b #3bfa02 #023bfa

Analogous Colors of #fa023b

#fa023b #fa4502 #fa02b7

Monochromatic Colors of #fa023b

#fa023b

Complementary Color

#fa023b #02fac1

#fa023b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa023b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa023b Color CSS Codes

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

#fa023b Text Font Color

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

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


#fa023b Background Color

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

This div background color is #fa023b


#fa023b Border Color

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

This div border color is #fa023b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa023b


Comments

No comments written yet.

Please login to write comment.