Color Hex Logo

#fa284b Color Hex

#FA284B
(250,40,75)
0 Favorites   0 Comments

Color spaces of #fa284b

RGB 2504075
HSL0.970.950.57
HSV350°84°98°
CMYK 0.000.840.70   0.02
XYZ41.453122.34968.7857
Yxy22.34960.57110.3079
Hunter Lab47.275473.784722.0742
CIE-Lab54.396075.746834.9482

#fa284b color RGB value is (250,40,75).

#fa284b hex color red value is 250, green value is 40 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fa284b hue: 0.97 , saturation: 0.95 and the lightness value of fa284b is 0.57.

The process color (four color CMYK) of #fa284b color hex is 0.00, 0.84, 0.70, 0.02. Web safe color of #fa284b is #ff3333. Color #fa284b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101000 01001011
Octal 372 50 113
Decimal 250 40 75
Hex FA 28 4B

RGB Percentages of Color #fa284b

%68.49
%10.96
%20.55

CMYK Percentages of Color #fa284b

%0
%84
%70
%2

Triadic Colors of #fa284b

#fa284b #4bfa28 #284bfa

Analogous Colors of #fa284b

#fa284b #fa6e28 #fa28b4

Monochromatic Colors of #fa284b

#fa284b

Complementary Color

#fa284b #28fad7

#fa284b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa284b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa284b Color CSS Codes

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

#fa284b Text Font Color

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

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


#fa284b Background Color

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

This div background color is #fa284b


#fa284b Border Color

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

This div border color is #fa284b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa284b


Comments

No comments written yet.

Please login to write comment.