Color Hex Logo

#f86389 Color Hex

#F86389
(248,99,137)
0 Favorites   0 Comments

Color spaces of #f86389

RGB 24899137
HSL0.960.910.68
HSV345°60°97°
CMYK 0.000.600.45   0.03
XYZ47.688630.686327.0765
Yxy30.68630.45220.2910
Hunter Lab55.395256.72539.7964
CIE-Lab62.241960.05969.1307

#f86389 color RGB value is (248,99,137).

#f86389 hex color red value is 248, green value is 99 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #f86389 hue: 0.96 , saturation: 0.91 and the lightness value of f86389 is 0.68.

The process color (four color CMYK) of #f86389 color hex is 0.00, 0.60, 0.45, 0.03. Web safe color of #f86389 is #ff6699. Color #f86389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100011 10001001
Octal 370 143 211
Decimal 248 99 137
Hex F8 63 89

RGB Percentages of Color #f86389

%51.24
%20.45
%28.31

CMYK Percentages of Color #f86389

%0
%60
%45
%3

Triadic Colors of #f86389

#f86389 #89f863 #6389f8

Analogous Colors of #f86389

#f86389 #f88863 #f863d4

Monochromatic Colors of #f86389

#f86389

Complementary Color

#f86389 #63f8d2

#f86389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86389 Color CSS Codes

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

#f86389 Text Font Color

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

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


#f86389 Background Color

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

This div background color is #f86389


#f86389 Border Color

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

This div border color is #f86389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86389


Comments

No comments written yet.

Please login to write comment.