Color Hex Logo

#f85eed Color Hex

#F85EED
(248,94,237)
0 Favorites   0 Comments

Color spaces of #f85eed

RGB 24894237
HSL0.850.920.67
HSV304°62°97°
CMYK 0.000.620.04   0.03
XYZ58.000234.076383.6412
Yxy34.07630.33010.1939
Hunter Lab58.374975.1981-44.0899
CIE-Lab65.023174.8613-43.4732

#f85eed color RGB value is (248,94,237).

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

The process color (four color CMYK) of #f85eed color hex is 0.00, 0.62, 0.04, 0.03. Web safe color of #f85eed is #ff66ff. Color #f85eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011110 11101101
Octal 370 136 355
Decimal 248 94 237
Hex F8 5E ED

RGB Percentages of Color #f85eed

%42.83
%16.23
%40.93

CMYK Percentages of Color #f85eed

%0
%62
%4
%3

Triadic Colors of #f85eed

#f85eed #edf85e #5eedf8

Analogous Colors of #f85eed

#f85eed #f85ea0 #b65ef8

Monochromatic Colors of #f85eed

#f85eed

Complementary Color

#f85eed #5ef869

#f85eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85eed Color CSS Codes

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

#f85eed Text Font Color

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

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


#f85eed Background Color

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

This div background color is #f85eed


#f85eed Border Color

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

This div border color is #f85eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85eed


Comments

No comments written yet.

Please login to write comment.