Color Hex Logo

#f28980 Color Hex

#F28980
(242,137,128)
0 Favorites   0 Comments

Color spaces of #f28980

RGB 242137128
HSL0.010.810.73
HSV47°95°
CMYK 0.000.430.47   0.05
XYZ49.459938.327125.2131
Yxy38.32710.43770.3392
Hunter Lab61.908934.265719.1897
CIE-Lab68.261038.974722.4624

#f28980 color RGB value is (242,137,128).

#f28980 hex color red value is 242, green value is 137 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #f28980 hue: 0.01 , saturation: 0.81 and the lightness value of f28980 is 0.73.

The process color (four color CMYK) of #f28980 color hex is 0.00, 0.43, 0.47, 0.05. Web safe color of #f28980 is #ff9999. Color #f28980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001001 10000000
Octal 362 211 200
Decimal 242 137 128
Hex F2 89 80

RGB Percentages of Color #f28980

%47.73
%27.02
%25.25

CMYK Percentages of Color #f28980

%0
%43
%47
%5

Triadic Colors of #f28980

#f28980 #80f289 #8980f2

Analogous Colors of #f28980

#f28980 #f2c280 #f280b0

Monochromatic Colors of #f28980

#f28980

Complementary Color

#f28980 #80e9f2

#f28980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28980 Color CSS Codes

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

#f28980 Text Font Color

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

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


#f28980 Background Color

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

This div background color is #f28980


#f28980 Border Color

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

This div border color is #f28980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28980


Comments

No comments written yet.

Please login to write comment.