Color Hex Logo

#f79aef Color Hex

#F79AEF
(247,154,239)
0 Favorites   0 Comments

Color spaces of #f79aef

RGB 247154239
HSL0.850.850.79
HSV305°38°97°
CMYK 0.000.380.03   0.03
XYZ65.493449.117487.6901
Yxy49.11740.32370.2428
Hunter Lab70.083844.1618-25.1260
CIE-Lab75.524347.1265-28.2768

#f79aef color RGB value is (247,154,239).

#f79aef hex color red value is 247, green value is 154 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f79aef hue: 0.85 , saturation: 0.85 and the lightness value of f79aef is 0.79.

The process color (four color CMYK) of #f79aef color hex is 0.00, 0.38, 0.03, 0.03. Web safe color of #f79aef is #ff99ff. Color #f79aef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10011010 11101111
Octal 367 232 357
Decimal 247 154 239
Hex F7 9A EF

RGB Percentages of Color #f79aef

%38.59
%24.06
%37.34

CMYK Percentages of Color #f79aef

%0
%38
%3
%3

Triadic Colors of #f79aef

#f79aef #eff79a #9aeff7

Analogous Colors of #f79aef

#f79aef #f79ac1 #d19af7

Monochromatic Colors of #f79aef

#f79aef

Complementary Color

#f79aef #9af7a2

#f79aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f79aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f79aef Color CSS Codes

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

#f79aef Text Font Color

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

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


#f79aef Background Color

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

This div background color is #f79aef


#f79aef Border Color

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

This div border color is #f79aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f79aef


Comments

No comments written yet.

Please login to write comment.