Color Hex Logo

#f85389 Color Hex

#F85389
(248,83,137)
0 Favorites   0 Comments

Color spaces of #f85389

RGB 24883137
HSL0.950.920.65
HSV340°67°97°
CMYK 0.000.670.45   0.03
XYZ46.320027.949126.6203
Yxy27.94910.45910.2770
Hunter Lab52.866963.87797.1523
CIE-Lab59.842766.56335.7045

#f85389 color RGB value is (248,83,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010011 10001001
Octal 370 123 211
Decimal 248 83 137
Hex F8 53 89

RGB Percentages of Color #f85389

%52.99
%17.74
%29.27

CMYK Percentages of Color #f85389

%0
%67
%45
%3

Triadic Colors of #f85389

#f85389 #89f853 #5389f8

Analogous Colors of #f85389

#f85389 #f87053 #f853dc

Monochromatic Colors of #f85389

#f85389

Complementary Color

#f85389 #53f8c2

#f85389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85389 Color CSS Codes

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

#f85389 Text Font Color

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

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


#f85389 Background Color

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

This div background color is #f85389


#f85389 Border Color

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

This div border color is #f85389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85389

Related Colors


Comments

No comments written yet.

Please login to write comment.