Color Hex Logo

#f88aed Color Hex

#F88AED
(248,138,237)
0 Favorites   0 Comments

Color spaces of #f88aed

RGB 248138237
HSL0.850.890.76
HSV306°44°97°
CMYK 0.000.440.04   0.03
XYZ63.085944.247885.3365
Yxy44.24780.32740.2297
Hunter Lab66.519052.8791-29.4992
CIE-Lab72.393855.1409-31.9943

#f88aed color RGB value is (248,138,237).

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

The process color (four color CMYK) of #f88aed color hex is 0.00, 0.44, 0.04, 0.03. Web safe color of #f88aed is #ff99ff. Color #f88aed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001010 11101101
Octal 370 212 355
Decimal 248 138 237
Hex F8 8A ED

RGB Percentages of Color #f88aed

%39.81
%22.15
%38.04

CMYK Percentages of Color #f88aed

%0
%44
%4
%3

Triadic Colors of #f88aed

#f88aed #edf88a #8aedf8

Analogous Colors of #f88aed

#f88aed #f88ab6 #cc8af8

Monochromatic Colors of #f88aed

#f88aed

Complementary Color

#f88aed #8af895

#f88aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88aed Color CSS Codes

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

#f88aed Text Font Color

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

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


#f88aed Background Color

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

This div background color is #f88aed


#f88aed Border Color

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

This div border color is #f88aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88aed


Comments

No comments written yet.

Please login to write comment.