Color Hex Logo

#f862bb Color Hex

#F862BB
(248,98,187)
0 Favorites   0 Comments

Color spaces of #f862bb

RGB 24898187
HSL0.900.910.68
HSV324°60°97°
CMYK 0.000.600.25   0.03
XYZ52.048732.279750.5010
Yxy32.27970.38600.2394
Hunter Lab56.815264.0981-12.9301
CIE-Lab63.573466.0777-17.6184

#f862bb color RGB value is (248,98,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100010 10111011
Octal 370 142 273
Decimal 248 98 187
Hex F8 62 BB

RGB Percentages of Color #f862bb

%46.53
%18.39
%35.08

CMYK Percentages of Color #f862bb

%0
%60
%25
%3

Triadic Colors of #f862bb

#f862bb #bbf862 #62bbf8

Analogous Colors of #f862bb

#f862bb #f86270 #ea62f8

Monochromatic Colors of #f862bb

#f862bb

Complementary Color

#f862bb #62f89f

#f862bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f862bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f862bb Color CSS Codes

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

#f862bb Text Font Color

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

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


#f862bb Background Color

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

This div background color is #f862bb


#f862bb Border Color

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

This div border color is #f862bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f862bb


Comments

No comments written yet.

Please login to write comment.