Color Hex Logo

#f865bf Color Hex

#F865BF
(248,101,191)
0 Favorites   0 Comments

Color spaces of #f865bf

RGB 248101191
HSL0.900.910.68
HSV323°59°97°
CMYK 0.000.590.23   0.03
XYZ52.769033.025452.8835
Yxy33.02540.38050.2381
Hunter Lab57.467763.3368-14.3330
CIE-Lab64.181565.3350-18.9672

#f865bf color RGB value is (248,101,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100101 10111111
Octal 370 145 277
Decimal 248 101 191
Hex F8 65 BF

RGB Percentages of Color #f865bf

%45.93
%18.70
%35.37

CMYK Percentages of Color #f865bf

%0
%59
%23
%3

Triadic Colors of #f865bf

#f865bf #bff865 #65bff8

Analogous Colors of #f865bf

#f865bf #f86576 #e865f8

Monochromatic Colors of #f865bf

#f865bf

Complementary Color

#f865bf #65f89e

#f865bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f865bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f865bf Color CSS Codes

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

#f865bf Text Font Color

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

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


#f865bf Background Color

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

This div background color is #f865bf


#f865bf Border Color

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

This div border color is #f865bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f865bf


Comments

No comments written yet.

Please login to write comment.