Color Hex Logo

#f85e8a Color Hex

#F85E8A
(248,94,138)
0 Favorites   0 Comments

Color spaces of #f85e8a

RGB 24894138
HSL0.950.920.67
HSV343°62°97°
CMYK 0.000.620.44   0.03
XYZ47.301529.796827.3031
Yxy29.79680.45310.2854
Hunter Lab54.586459.15168.5548
CIE-Lab61.478562.27237.4646

#f85e8a color RGB value is (248,94,138).

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

The process color (four color CMYK) of #f85e8a color hex is 0.00, 0.62, 0.44, 0.03. Web safe color of #f85e8a is #ff6699. Color #f85e8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011110 10001010
Octal 370 136 212
Decimal 248 94 138
Hex F8 5E 8A

RGB Percentages of Color #f85e8a

%51.67
%19.58
%28.75

CMYK Percentages of Color #f85e8a

%0
%62
%44
%3

Triadic Colors of #f85e8a

#f85e8a #8af85e #5e8af8

Analogous Colors of #f85e8a

#f85e8a #f87f5e #f85ed7

Monochromatic Colors of #f85e8a

#f85e8a

Complementary Color

#f85e8a #5ef8cc

#f85e8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85e8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85e8a Color CSS Codes

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

#f85e8a Text Font Color

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

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


#f85e8a Background Color

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

This div background color is #f85e8a


#f85e8a Border Color

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

This div border color is #f85e8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85e8a


Comments

No comments written yet.

Please login to write comment.