Color Hex Logo

#f85891 Color Hex

#F85891
(248,88,145)
0 Favorites   0 Comments

Color spaces of #f85891

RGB 24888145
HSL0.940.920.66
HSV339°65°97°
CMYK 0.000.650.42   0.03
XYZ47.312028.980229.8882
Yxy28.98020.44560.2729
Hunter Lab53.833362.66864.7655
CIE-Lab60.764265.38072.3720

#f85891 color RGB value is (248,88,145).

#f85891 hex color red value is 248, green value is 88 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #f85891 hue: 0.94 , saturation: 0.92 and the lightness value of f85891 is 0.66.

The process color (four color CMYK) of #f85891 color hex is 0.00, 0.65, 0.42, 0.03. Web safe color of #f85891 is #ff6699. Color #f85891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011000 10010001
Octal 370 130 221
Decimal 248 88 145
Hex F8 58 91

RGB Percentages of Color #f85891

%51.56
%18.30
%30.15

CMYK Percentages of Color #f85891

%0
%65
%42
%3

Triadic Colors of #f85891

#f85891 #91f858 #5891f8

Analogous Colors of #f85891

#f85891 #f86f58 #f858e1

Monochromatic Colors of #f85891

#f85891

Complementary Color

#f85891 #58f8bf

#f85891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85891 Color CSS Codes

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

#f85891 Text Font Color

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

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


#f85891 Background Color

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

This div background color is #f85891


#f85891 Border Color

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

This div border color is #f85891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85891


Comments

No comments written yet.

Please login to write comment.