color codes Logo

#fa284c color codes

#FA284C
(250,40,76)
0 Favorites   0 Comments

Color spaces of #fa284c

RGB 2504076
HSL0.970.950.57
HSV350°84°98°
CMYK 0.000.840.70   0.02
XYZ41.487622.36348.9674
Yxy22.36340.56970.3071
Hunter Lab47.290073.841121.8601
CIE-Lab54.410575.789534.3814

#fa284c color RGB value is (250,40,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101000 01001100
Octal 372 50 114
Decimal 250 40 76
Hex FA 28 4C

RGB Percentages of Color #fa284c

%68.31
%10.93
%20.77

CMYK Percentages of Color #fa284c

%0
%84
%70
%2

Triadic Colors of #fa284c

#fa284c #4cfa28 #284cfa

Analogous Colors of #fa284c

#fa284c #fa6d28 #fa28b5

Monochromatic Colors of #fa284c

#fa284c

Complementary Color

#fa284c #28fad6

#fa284c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa284c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa284c Color CSS Codes

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

#fa284c Text Font Color

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

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


#fa284c Background Color

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

This div background color is #fa284c


#fa284c Border Color

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

This div border color is #fa284c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa284c


Comments

No comments written yet.

Please login to write comment.