Color Hex Logo

#f87aea Color Hex

#F87AEA
(248,122,234)
0 Favorites   0 Comments

Color spaces of #f87aea

RGB 248122234
HSL0.850.900.73
HSV307°51°97°
CMYK 0.000.510.06   0.03
XYZ60.522239.816082.3373
Yxy39.81600.33130.2180
Hunter Lab63.099960.7832-33.1959
CIE-Lab69.338362.3214-35.0764

#f87aea color RGB value is (248,122,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111010 11101010
Octal 370 172 352
Decimal 248 122 234
Hex F8 7A EA

RGB Percentages of Color #f87aea

%41.06
%20.20
%38.74

CMYK Percentages of Color #f87aea

%0
%51
%6
%3

Triadic Colors of #f87aea

#f87aea #eaf87a #7aeaf8

Analogous Colors of #f87aea

#f87aea #f87aab #c77af8

Monochromatic Colors of #f87aea

#f87aea

Complementary Color

#f87aea #7af888

#f87aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87aea Color CSS Codes

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

#f87aea Text Font Color

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

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


#f87aea Background Color

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

This div background color is #f87aea


#f87aea Border Color

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

This div border color is #f87aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87aea


Comments

No comments written yet.

Please login to write comment.