Color Hex Logo

#f860bd Color Hex

#F860BD
(248,96,189)
0 Favorites   0 Comments

Color spaces of #f860bd

RGB 24896189
HSL0.900.920.67
HSV323°61°97°
CMYK 0.000.610.24   0.03
XYZ52.079631.996351.5751
Yxy31.99630.38390.2359
Hunter Lab56.565365.3556-14.4638
CIE-Lab63.339867.1653-19.1110

#f860bd color RGB value is (248,96,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100000 10111101
Octal 370 140 275
Decimal 248 96 189
Hex F8 60 BD

RGB Percentages of Color #f860bd

%46.53
%18.01
%35.46

CMYK Percentages of Color #f860bd

%0
%61
%24
%3

Triadic Colors of #f860bd

#f860bd #bdf860 #60bdf8

Analogous Colors of #f860bd

#f860bd #f86071 #e760f8

Monochromatic Colors of #f860bd

#f860bd

Complementary Color

#f860bd #60f89b

#f860bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f860bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f860bd Color CSS Codes

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

#f860bd Text Font Color

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

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


#f860bd Background Color

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

This div background color is #f860bd


#f860bd Border Color

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

This div border color is #f860bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f860bd

Related Colors


Comments

No comments written yet.

Please login to write comment.