Color Hex Logo

#f87aa8 Color Hex

#F87AA8
(248,122,168)
0 Favorites   0 Comments

Color spaces of #f87aa8

RGB 248122168
HSL0.940.900.73
HSV338°51°97°
CMYK 0.000.510.32   0.03
XYZ52.738836.702741.3505
Yxy36.70270.40320.2806
Hunter Lab60.582849.36891.9398
CIE-Lab67.053452.8777-1.6384

#f87aa8 color RGB value is (248,122,168).

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

The process color (four color CMYK) of #f87aa8 color hex is 0.00, 0.51, 0.32, 0.03. Web safe color of #f87aa8 is #ff6699. Color #f87aa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111010 10101000
Octal 370 172 250
Decimal 248 122 168
Hex F8 7A A8

RGB Percentages of Color #f87aa8

%46.10
%22.68
%31.23

CMYK Percentages of Color #f87aa8

%0
%51
%32
%3

Triadic Colors of #f87aa8

#f87aa8 #a8f87a #7aa8f8

Analogous Colors of #f87aa8

#f87aa8 #f88b7a #f87ae7

Monochromatic Colors of #f87aa8

#f87aa8

Complementary Color

#f87aa8 #7af8ca

#f87aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87aa8 Color CSS Codes

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

#f87aa8 Text Font Color

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

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


#f87aa8 Background Color

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

This div background color is #f87aa8


#f87aa8 Border Color

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

This div border color is #f87aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87aa8


Comments

No comments written yet.

Please login to write comment.