Color Hex Logo

#f85eef Color Hex

#F85EEF
(248,94,239)
0 Favorites   0 Comments

Color spaces of #f85eef

RGB 24894239
HSL0.840.920.67
HSV304°62°97°
CMYK 0.000.620.04   0.03
XYZ58.294134.193985.1890
Yxy34.19390.32810.1924
Hunter Lab58.475675.6139-45.4426
CIE-Lab65.116275.1752-44.4357

#f85eef color RGB value is (248,94,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011110 11101111
Octal 370 136 357
Decimal 248 94 239
Hex F8 5E EF

RGB Percentages of Color #f85eef

%42.69
%16.18
%41.14

CMYK Percentages of Color #f85eef

%0
%62
%4
%3

Triadic Colors of #f85eef

#f85eef #eff85e #5eeff8

Analogous Colors of #f85eef

#f85eef #f85ea2 #b45ef8

Monochromatic Colors of #f85eef

#f85eef

Complementary Color

#f85eef #5ef867

#f85eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85eef Color CSS Codes

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

#f85eef Text Font Color

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

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


#f85eef Background Color

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

This div background color is #f85eef


#f85eef Border Color

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

This div border color is #f85eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85eef

Related Colors


Comments

No comments written yet.

Please login to write comment.