Color Hex Logo

#f28478 Color Hex

#F28478
(242,132,120)
0 Favorites   0 Comments

Color spaces of #f28478

RGB 242132120
HSL0.020.820.71
HSV50°95°
CMYK 0.000.450.50   0.05
XYZ48.259436.735822.3165
Yxy36.73580.44970.3423
Hunter Lab60.610136.059020.5966
CIE-Lab67.078340.791925.3191

#f28478 color RGB value is (242,132,120).

#f28478 hex color red value is 242, green value is 132 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #f28478 hue: 0.02 , saturation: 0.82 and the lightness value of f28478 is 0.71.

The process color (four color CMYK) of #f28478 color hex is 0.00, 0.45, 0.50, 0.05. Web safe color of #f28478 is #ff9966. Color #f28478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000100 01111000
Octal 362 204 170
Decimal 242 132 120
Hex F2 84 78

RGB Percentages of Color #f28478

%48.99
%26.72
%24.29

CMYK Percentages of Color #f28478

%0
%45
%50
%5

Triadic Colors of #f28478

#f28478 #78f284 #8478f2

Analogous Colors of #f28478

#f28478 #f2c178 #f278a9

Monochromatic Colors of #f28478

#f28478

Complementary Color

#f28478 #78e6f2

#f28478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28478 Color CSS Codes

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

#f28478 Text Font Color

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

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


#f28478 Background Color

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

This div background color is #f28478


#f28478 Border Color

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

This div border color is #f28478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28478


Comments

No comments written yet.

Please login to write comment.