Color Hex Logo

#f8828a Color Hex

#F8828A
(248,130,138)
0 Favorites   0 Comments

Color spaces of #f8828a

RGB 248130138
HSL0.990.890.74
HSV356°48°97°
CMYK 0.000.480.44   0.03
XYZ51.281537.756728.6297
Yxy37.75670.43580.3209
Hunter Lab61.446541.439715.3876
CIE-Lab67.840945.663316.4239

#f8828a color RGB value is (248,130,138).

#f8828a hex color red value is 248, green value is 130 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f8828a hue: 0.99 , saturation: 0.89 and the lightness value of f8828a is 0.74.

The process color (four color CMYK) of #f8828a color hex is 0.00, 0.48, 0.44, 0.03. Web safe color of #f8828a is #ff9999. Color #f8828a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000010 10001010
Octal 370 202 212
Decimal 248 130 138
Hex F8 82 8A

RGB Percentages of Color #f8828a

%48.06
%25.19
%26.74

CMYK Percentages of Color #f8828a

%0
%48
%44
%3

Triadic Colors of #f8828a

#f8828a #8af882 #828af8

Analogous Colors of #f8828a

#f8828a #f8b582 #f882c5

Monochromatic Colors of #f8828a

#f8828a

Complementary Color

#f8828a #82f8f0

#f8828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8828a Color CSS Codes

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

#f8828a Text Font Color

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

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


#f8828a Background Color

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

This div background color is #f8828a


#f8828a Border Color

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

This div border color is #f8828a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,130,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 #f8828a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8828a


Comments

No comments written yet.

Please login to write comment.