Color Hex Logo

#f886ed Color Hex

#F886ED
(248,134,237)
0 Favorites   0 Comments

Color spaces of #f886ed

RGB 248134237
HSL0.850.890.75
HSV306°46°97°
CMYK 0.000.460.04   0.03
XYZ62.522643.121185.1487
Yxy43.12110.32770.2260
Hunter Lab65.666755.0369-30.9135
CIE-Lab71.637157.1007-33.1637

#f886ed color RGB value is (248,134,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000110 11101101
Octal 370 206 355
Decimal 248 134 237
Hex F8 86 ED

RGB Percentages of Color #f886ed

%40.06
%21.65
%38.29

CMYK Percentages of Color #f886ed

%0
%46
%4
%3

Triadic Colors of #f886ed

#f886ed #edf886 #86edf8

Analogous Colors of #f886ed

#f886ed #f886b4 #ca86f8

Monochromatic Colors of #f886ed

#f886ed

Complementary Color

#f886ed #86f891

#f886ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f886ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f886ed Color CSS Codes

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

#f886ed Text Font Color

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

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


#f886ed Background Color

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

This div background color is #f886ed


#f886ed Border Color

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

This div border color is #f886ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f886ed

Related Colors


Comments

No comments written yet.

Please login to write comment.