Color Hex Logo

#f868bb Color Hex

#F868BB
(248,104,187)
0 Favorites   0 Comments

Color spaces of #f868bb

RGB 248104187
HSL0.900.910.69
HSV325°58°97°
CMYK 0.000.580.25   0.03
XYZ52.631433.444950.6952
Yxy33.44490.38480.2445
Hunter Lab57.831661.2442-11.4916
CIE-Lab64.519563.5203-16.1853

#f868bb color RGB value is (248,104,187).

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

The process color (four color CMYK) of #f868bb color hex is 0.00, 0.58, 0.25, 0.03. Web safe color of #f868bb is #ff66cc. Color #f868bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101000 10111011
Octal 370 150 273
Decimal 248 104 187
Hex F8 68 BB

RGB Percentages of Color #f868bb

%46.01
%19.29
%34.69

CMYK Percentages of Color #f868bb

%0
%58
%25
%3

Triadic Colors of #f868bb

#f868bb #bbf868 #68bbf8

Analogous Colors of #f868bb

#f868bb #f86873 #ed68f8

Monochromatic Colors of #f868bb

#f868bb

Complementary Color

#f868bb #68f8a5

#f868bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f868bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f868bb Color CSS Codes

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

#f868bb Text Font Color

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

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


#f868bb Background Color

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

This div background color is #f868bb


#f868bb Border Color

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

This div border color is #f868bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f868bb


Comments

No comments written yet.

Please login to write comment.