Color Hex Logo

#f87ada Color Hex

#F87ADA
(248,122,218)
0 Favorites   0 Comments

Color spaces of #f87ada

RGB 248122218
HSL0.870.900.73
HSV314°51°97°
CMYK 0.000.510.12   0.03
XYZ58.325838.937570.7712
Yxy38.93750.34710.2317
Hunter Lab62.399957.6458-23.5641
CIE-Lab68.706059.7790-27.2008

#f87ada color RGB value is (248,122,218).

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

The process color (four color CMYK) of #f87ada color hex is 0.00, 0.51, 0.12, 0.03. Web safe color of #f87ada is #ff66cc. Color #f87ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111010 11011010
Octal 370 172 332
Decimal 248 122 218
Hex F8 7A DA

RGB Percentages of Color #f87ada

%42.18
%20.75
%37.07

CMYK Percentages of Color #f87ada

%0
%51
%12
%3

Triadic Colors of #f87ada

#f87ada #daf87a #7adaf8

Analogous Colors of #f87ada

#f87ada #f87a9b #d77af8

Monochromatic Colors of #f87ada

#f87ada

Complementary Color

#f87ada #7af898

#f87ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87ada Color CSS Codes

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

#f87ada Text Font Color

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

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


#f87ada Background Color

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

This div background color is #f87ada


#f87ada Border Color

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

This div border color is #f87ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87ada


Comments

No comments written yet.

Please login to write comment.