Color Hex Logo

#f858bf Color Hex

#F858BF
(248,88,191)
0 Favorites   0 Comments

Color spaces of #f858bf

RGB 24888191
HSL0.890.920.66
HSV321°65°97°
CMYK 0.000.650.23   0.03
XYZ51.605130.697552.4955
Yxy30.69750.38280.2277
Hunter Lab55.405369.2975-17.3924
CIE-Lab62.251470.6103-21.9095

#f858bf color RGB value is (248,88,191).

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

The process color (four color CMYK) of #f858bf color hex is 0.00, 0.65, 0.23, 0.03. Web safe color of #f858bf is #ff66cc. Color #f858bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011000 10111111
Octal 370 130 277
Decimal 248 88 191
Hex F8 58 BF

RGB Percentages of Color #f858bf

%47.06
%16.70
%36.24

CMYK Percentages of Color #f858bf

%0
%65
%23
%3

Triadic Colors of #f858bf

#f858bf #bff858 #58bff8

Analogous Colors of #f858bf

#f858bf #f8586f #e158f8

Monochromatic Colors of #f858bf

#f858bf

Complementary Color

#f858bf #58f891

#f858bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f858bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f858bf Color CSS Codes

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

#f858bf Text Font Color

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

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


#f858bf Background Color

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

This div background color is #f858bf


#f858bf Border Color

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

This div border color is #f858bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f858bf


Comments

No comments written yet.

Please login to write comment.