Color Hex Logo

#f88082 Color Hex

#F88082
(248,128,130)
0 Favorites   0 Comments

Color spaces of #f88082

RGB 248128130
HSL1.000.900.74
HSV359°48°97°
CMYK 0.000.480.48   0.03
XYZ50.459837.006525.6025
Yxy37.00650.44630.3273
Hunter Lab60.833041.604717.6300
CIE-Lab67.281945.887020.1453

#f88082 color RGB value is (248,128,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000000 10000010
Octal 370 200 202
Decimal 248 128 130
Hex F8 80 82

RGB Percentages of Color #f88082

%49.01
%25.30
%25.69

CMYK Percentages of Color #f88082

%0
%48
%48
%3

Triadic Colors of #f88082

#f88082 #82f880 #8082f8

Analogous Colors of #f88082

#f88082 #f8ba80 #f880be

Monochromatic Colors of #f88082

#f88082

Complementary Color

#f88082 #80f8f6

#f88082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88082 Color CSS Codes

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

#f88082 Text Font Color

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

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


#f88082 Background Color

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

This div background color is #f88082


#f88082 Border Color

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

This div border color is #f88082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88082


Comments

No comments written yet.

Please login to write comment.