Color Hex Logo

#f87eea Color Hex

#F87EEA
(248,126,234)
0 Favorites   0 Comments

Color spaces of #f87eea

RGB 248126234
HSL0.850.900.73
HSV307°49°97°
CMYK 0.000.490.06   0.03
XYZ61.023540.818782.5044
Yxy40.81870.33100.2214
Hunter Lab63.889558.6860-31.8421
CIE-Lab70.048760.4435-33.9747

#f87eea color RGB value is (248,126,234).

#f87eea hex color red value is 248, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f87eea hue: 0.85 , saturation: 0.90 and the lightness value of f87eea is 0.73.

The process color (four color CMYK) of #f87eea color hex is 0.00, 0.49, 0.06, 0.03. Web safe color of #f87eea is #ff66ff. Color #f87eea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111110 11101010
Octal 370 176 352
Decimal 248 126 234
Hex F8 7E EA

RGB Percentages of Color #f87eea

%40.79
%20.72
%38.49

CMYK Percentages of Color #f87eea

%0
%49
%6
%3

Triadic Colors of #f87eea

#f87eea #eaf87e #7eeaf8

Analogous Colors of #f87eea

#f87eea #f87ead #c97ef8

Monochromatic Colors of #f87eea

#f87eea

Complementary Color

#f87eea #7ef88c

#f87eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87eea Color CSS Codes

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

#f87eea Text Font Color

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

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


#f87eea Background Color

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

This div background color is #f87eea


#f87eea Border Color

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

This div border color is #f87eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,126,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f87eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f87eea;
  -webkit-box-shadow: 1px 1px 3px 2px #f87eea;
  box-shadow:         1px 1px 3px 2px #f87eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,126,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87eea


Comments

No comments written yet.

Please login to write comment.