Color Hex Logo

#f888ed Color Hex

#F888ED
(248,136,237)
0 Favorites   0 Comments

Color spaces of #f888ed

RGB 248136237
HSL0.850.890.75
HSV306°45°97°
CMYK 0.000.450.04   0.03
XYZ62.801643.679285.2417
Yxy43.67920.32760.2278
Hunter Lab66.090253.9599-30.2077
CIE-Lab72.013656.1238-32.5816

#f888ed color RGB value is (248,136,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001000 11101101
Octal 370 210 355
Decimal 248 136 237
Hex F8 88 ED

RGB Percentages of Color #f888ed

%39.94
%21.90
%38.16

CMYK Percentages of Color #f888ed

%0
%45
%4
%3

Triadic Colors of #f888ed

#f888ed #edf888 #88edf8

Analogous Colors of #f888ed

#f888ed #f888b5 #cb88f8

Monochromatic Colors of #f888ed

#f888ed

Complementary Color

#f888ed #88f893

#f888ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f888ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f888ed Color CSS Codes

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

#f888ed Text Font Color

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

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


#f888ed Background Color

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

This div background color is #f888ed


#f888ed Border Color

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

This div border color is #f888ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f888ed

Related Colors


Comments

No comments written yet.

Please login to write comment.