Color Hex Logo

#f861bd Color Hex

#F861BD
(248,97,189)
0 Favorites   0 Comments

Color spaces of #f861bd

RGB 24897189
HSL0.900.920.68
HSV323°61°97°
CMYK 0.000.610.24   0.03
XYZ52.171432.180051.6057
Yxy32.18000.38370.2367
Hunter Lab56.727464.8909-14.2277
CIE-Lab63.491466.7524-18.8805

#f861bd color RGB value is (248,97,189).

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

The process color (four color CMYK) of #f861bd color hex is 0.00, 0.61, 0.24, 0.03. Web safe color of #f861bd is #ff66cc. Color #f861bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100001 10111101
Octal 370 141 275
Decimal 248 97 189
Hex F8 61 BD

RGB Percentages of Color #f861bd

%46.44
%18.16
%35.39

CMYK Percentages of Color #f861bd

%0
%61
%24
%3

Triadic Colors of #f861bd

#f861bd #bdf861 #61bdf8

Analogous Colors of #f861bd

#f861bd #f86172 #e861f8

Monochromatic Colors of #f861bd

#f861bd

Complementary Color

#f861bd #61f89c

#f861bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f861bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f861bd Color CSS Codes

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

#f861bd Text Font Color

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

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


#f861bd Background Color

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

This div background color is #f861bd


#f861bd Border Color

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

This div border color is #f861bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f861bd

Related Colors


Comments

No comments written yet.

Please login to write comment.