Color Hex Logo

#f78289 Color Hex

#F78289
(247,130,137)
0 Favorites   0 Comments

Color spaces of #f78289

RGB 247130137
HSL0.990.880.74
HSV356°47°97°
CMYK 0.000.470.45   0.03
XYZ50.855837.545628.2335
Yxy37.54560.43600.3219
Hunter Lab61.274540.918815.5730
CIE-Lab67.684445.208616.7478

#f78289 color RGB value is (247,130,137).

#f78289 hex color red value is 247, green value is 130 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #f78289 hue: 0.99 , saturation: 0.88 and the lightness value of f78289 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000010 10001001
Octal 367 202 211
Decimal 247 130 137
Hex F7 82 89

RGB Percentages of Color #f78289

%48.05
%25.29
%26.65

CMYK Percentages of Color #f78289

%0
%47
%45
%3

Triadic Colors of #f78289

#f78289 #89f782 #8289f7

Analogous Colors of #f78289

#f78289 #f7b682 #f782c4

Monochromatic Colors of #f78289

#f78289

Complementary Color

#f78289 #82f7f0

#f78289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f78289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f78289 Color CSS Codes

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

#f78289 Text Font Color

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

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


#f78289 Background Color

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

This div background color is #f78289


#f78289 Border Color

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

This div border color is #f78289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f78289


Comments

No comments written yet.

Please login to write comment.