Color Hex Logo

#f78fae Color Hex

#F78FAE
(247,143,174)
0 Favorites   0 Comments

Color spaces of #f78fae

RGB 247143174
HSL0.950.870.76
HSV342°42°97°
CMYK 0.000.420.30   0.03
XYZ55.820242.475145.3009
Yxy42.47510.38870.2958
Hunter Lab65.172938.83154.4093
CIE-Lab71.197342.86721.0335

#f78fae color RGB value is (247,143,174).

#f78fae hex color red value is 247, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f78fae hue: 0.95 , saturation: 0.87 and the lightness value of f78fae is 0.76.

The process color (four color CMYK) of #f78fae color hex is 0.00, 0.42, 0.30, 0.03. Web safe color of #f78fae is #ff9999. Color #f78fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10001111 10101110
Octal 367 217 256
Decimal 247 143 174
Hex F7 8F AE

RGB Percentages of Color #f78fae

%43.79
%25.35
%30.85

CMYK Percentages of Color #f78fae

%0
%42
%30
%3

Triadic Colors of #f78fae

#f78fae #aef78f #8faef7

Analogous Colors of #f78fae

#f78fae #f7a48f #f78fe2

Monochromatic Colors of #f78fae

#f78fae

Complementary Color

#f78fae #8ff7d8

#f78fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f78fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f78fae Color CSS Codes

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

#f78fae Text Font Color

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

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


#f78fae Background Color

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

This div background color is #f78fae


#f78fae Border Color

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

This div border color is #f78fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f78fae


Comments

No comments written yet.

Please login to write comment.