Color Hex Logo

#f29878 Color Hex

#F29878
(242,152,120)
0 Favorites   0 Comments

Color spaces of #f29878

RGB 242152120
HSL0.040.820.71
HSV16°50°95°
CMYK 0.000.370.50   0.05
XYZ51.236442.689823.3088
Yxy42.68980.43700.3641
Hunter Lab65.337425.635924.5848
CIE-Lab71.343930.444830.9511

#f29878 color RGB value is (242,152,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011000 01111000
Octal 362 230 170
Decimal 242 152 120
Hex F2 98 78

RGB Percentages of Color #f29878

%47.08
%29.57
%23.35

CMYK Percentages of Color #f29878

%0
%37
%50
%5

Triadic Colors of #f29878

#f29878 #78f298 #9878f2

Analogous Colors of #f29878

#f29878 #f2d578 #f27895

Monochromatic Colors of #f29878

#f29878

Complementary Color

#f29878 #78d2f2

#f29878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29878 Color CSS Codes

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

#f29878 Text Font Color

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

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


#f29878 Background Color

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

This div background color is #f29878


#f29878 Border Color

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

This div border color is #f29878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29878


Comments

No comments written yet.

Please login to write comment.