Color Hex Logo

#f861db Color Hex

#F861DB
(248,97,219)
0 Favorites   0 Comments

Color spaces of #f861db

RGB 24897219
HSL0.870.920.68
HSV312°61°97°
CMYK 0.000.610.12   0.03
XYZ55.772333.620370.5677
Yxy33.62030.34870.2102
Hunter Lab57.983070.2241-31.5702
CIE-Lab64.660170.9249-34.0103

#f861db color RGB value is (248,97,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100001 11011011
Octal 370 141 333
Decimal 248 97 219
Hex F8 61 DB

RGB Percentages of Color #f861db

%43.97
%17.20
%38.83

CMYK Percentages of Color #f861db

%0
%61
%12
%3

Triadic Colors of #f861db

#f861db #dbf861 #61dbf8

Analogous Colors of #f861db

#f861db #f86190 #ca61f8

Monochromatic Colors of #f861db

#f861db

Complementary Color

#f861db #61f87e

#f861db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f861db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f861db Color CSS Codes

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

#f861db Text Font Color

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

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


#f861db Background Color

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

This div background color is #f861db


#f861db Border Color

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

This div border color is #f861db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f861db


Comments

No comments written yet.

Please login to write comment.