Color Hex Logo

#f78aef Color Hex

#F78AEF
(247,138,239)
0 Favorites   0 Comments

Color spaces of #f78aef

RGB 247138239
HSL0.850.870.75
HSV304°44°97°
CMYK 0.000.440.03   0.03
XYZ63.026244.183186.8677
Yxy44.18310.32470.2277
Hunter Lab66.470452.9279-30.9547
CIE-Lab72.350755.1891-33.1650

#f78aef color RGB value is (247,138,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10001010 11101111
Octal 367 212 357
Decimal 247 138 239
Hex F7 8A EF

RGB Percentages of Color #f78aef

%39.58
%22.12
%38.30

CMYK Percentages of Color #f78aef

%0
%44
%3
%3

Triadic Colors of #f78aef

#f78aef #eff78a #8aeff7

Analogous Colors of #f78aef

#f78aef #f78ab9 #c98af7

Monochromatic Colors of #f78aef

#f78aef

Complementary Color

#f78aef #8af792

#f78aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f78aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f78aef Color CSS Codes

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

#f78aef Text Font Color

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

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


#f78aef Background Color

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

This div background color is #f78aef


#f78aef Border Color

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

This div border color is #f78aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f78aef


Comments

No comments written yet.

Please login to write comment.