Color Hex Logo

#f8288a Color Hex

#F8288A
(248,40,138)
0 Favorites   0 Comments

Color spaces of #f8288a

RGB 24840138
HSL0.920.940.56
HSV332°84°97°
CMYK 0.000.840.44   0.03
XYZ44.057623.309026.2218
Yxy23.30900.47080.2491
Hunter Lab48.279478.40211.5936
CIE-Lab55.389279.2462-1.3468

#f8288a color RGB value is (248,40,138).

#f8288a hex color red value is 248, green value is 40 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f8288a hue: 0.92 , saturation: 0.94 and the lightness value of f8288a is 0.56.

The process color (four color CMYK) of #f8288a color hex is 0.00, 0.84, 0.44, 0.03. Web safe color of #f8288a is #ff3399. Color #f8288a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101000 10001010
Octal 370 50 212
Decimal 248 40 138
Hex F8 28 8A

RGB Percentages of Color #f8288a

%58.22
%9.39
%32.39

CMYK Percentages of Color #f8288a

%0
%84
%44
%3

Triadic Colors of #f8288a

#f8288a #8af828 #288af8

Analogous Colors of #f8288a

#f8288a #f82e28 #f828f2

Monochromatic Colors of #f8288a

#f8288a

Complementary Color

#f8288a #28f896

#f8288a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8288a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8288a Color CSS Codes

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

#f8288a Text Font Color

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

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


#f8288a Background Color

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

This div background color is #f8288a


#f8288a Border Color

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

This div border color is #f8288a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8288a


Comments

No comments written yet.

Please login to write comment.