Color Hex Logo

#f78c83 Color Hex

#F78C83
(247,140,131)
0 Favorites   0 Comments

Color spaces of #f78c83

RGB 247140131
HSL0.010.880.74
HSV47°97°
CMYK 0.000.430.47   0.03
XYZ51.832640.169026.4942
Yxy40.16900.43740.3390
Hunter Lab63.379035.067519.5804
CIE-Lab69.589739.578222.7075

#f78c83 color RGB value is (247,140,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10001100 10000011
Octal 367 214 203
Decimal 247 140 131
Hex F7 8C 83

RGB Percentages of Color #f78c83

%47.68
%27.03
%25.29

CMYK Percentages of Color #f78c83

%0
%43
%47
%3

Triadic Colors of #f78c83

#f78c83 #83f78c #8c83f7

Analogous Colors of #f78c83

#f78c83 #f7c683 #f783b4

Monochromatic Colors of #f78c83

#f78c83

Complementary Color

#f78c83 #83eef7

#f78c83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f78c83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f78c83 Color CSS Codes

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

#f78c83 Text Font Color

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

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


#f78c83 Background Color

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

This div background color is #f78c83


#f78c83 Border Color

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

This div border color is #f78c83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f78c83


Comments

No comments written yet.

Please login to write comment.