Color Hex Logo

#f88ade Color Hex

#F88ADE
(248,138,222)
0 Favorites   0 Comments

Color spaces of #f88ade

RGB 248138222
HSL0.870.890.76
HSV314°44°97°
CMYK 0.000.440.10   0.03
XYZ60.984743.407374.2714
Yxy43.40730.34130.2430
Hunter Lab65.884249.9284-20.7188
CIE-Lab71.830552.6718-24.6239

#f88ade color RGB value is (248,138,222).

#f88ade hex color red value is 248, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f88ade hue: 0.87 , saturation: 0.89 and the lightness value of f88ade is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001010 11011110
Octal 370 212 336
Decimal 248 138 222
Hex F8 8A DE

RGB Percentages of Color #f88ade

%40.79
%22.70
%36.51

CMYK Percentages of Color #f88ade

%0
%44
%10
%3

Triadic Colors of #f88ade

#f88ade #def88a #8adef8

Analogous Colors of #f88ade

#f88ade #f88aa7 #db8af8

Monochromatic Colors of #f88ade

#f88ade

Complementary Color

#f88ade #8af8a4

#f88ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88ade Color CSS Codes

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

#f88ade Text Font Color

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

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


#f88ade Background Color

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

This div background color is #f88ade


#f88ade Border Color

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

This div border color is #f88ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88ade


Comments

No comments written yet.

Please login to write comment.