Color Hex Logo

#f28490 Color Hex

#F28490
(242,132,144)
0 Favorites   0 Comments

Color spaces of #f28490

RGB 242132144
HSL0.980.810.73
HSV353°45°95°
CMYK 0.000.450.40   0.05
XYZ49.903337.393430.9730
Yxy37.39340.42190.3162
Hunter Lab61.150138.657212.7743
CIE-Lab67.571143.146512.5543

#f28490 color RGB value is (242,132,144).

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

The process color (four color CMYK) of #f28490 color hex is 0.00, 0.45, 0.40, 0.05. Web safe color of #f28490 is #ff9999. Color #f28490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000100 10010000
Octal 362 204 220
Decimal 242 132 144
Hex F2 84 90

RGB Percentages of Color #f28490

%46.72
%25.48
%27.80

CMYK Percentages of Color #f28490

%0
%45
%40
%5

Triadic Colors of #f28490

#f28490 #90f284 #8490f2

Analogous Colors of #f28490

#f28490 #f2af84 #f284c7

Monochromatic Colors of #f28490

#f28490

Complementary Color

#f28490 #84f2e6

#f28490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28490 Color CSS Codes

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

#f28490 Text Font Color

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

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


#f28490 Background Color

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

This div background color is #f28490


#f28490 Border Color

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

This div border color is #f28490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28490


Comments

No comments written yet.

Please login to write comment.