Color Hex Logo

#fa023a Color Hex

#FA023A
(250,2,58)
0 Favorites   0 Comments

Color spaces of #fa023a

RGB 250258
HSL0.960.980.49
HSV346°99°98°
CMYK 0.000.990.77   0.02
XYZ40.209820.67295.8740
Yxy20.67290.60230.3097
Hunter Lab45.467578.291024.1675
CIE-Lab52.589679.703442.6871

#fa023a color RGB value is (250,2,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000010 00111010
Octal 372 2 72
Decimal 250 2 58
Hex FA 2 3A

RGB Percentages of Color #fa023a

%80.65
%0.65
%18.71

CMYK Percentages of Color #fa023a

%0
%99
%77
%2

Triadic Colors of #fa023a

#fa023a #3afa02 #023afa

Analogous Colors of #fa023a

#fa023a #fa4602 #fa02b6

Monochromatic Colors of #fa023a

#fa023a

Complementary Color

#fa023a #02fac2

#fa023a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa023a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa023a Color CSS Codes

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

#fa023a Text Font Color

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

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


#fa023a Background Color

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

This div background color is #fa023a


#fa023a Border Color

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

This div border color is #fa023a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa023a


Comments

No comments written yet.

Please login to write comment.