Color Hex Logo

#f858db Color Hex

#F858DB
(248,88,219)
0 Favorites   0 Comments

Color spaces of #f858db

RGB 24888219
HSL0.860.920.66
HSV311°65°97°
CMYK 0.000.650.12   0.03
XYZ54.987332.050470.3060
Yxy32.05040.34950.2037
Hunter Lab56.613174.3011-34.0012
CIE-Lab63.384574.4497-35.9953

#f858db color RGB value is (248,88,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011000 11011011
Octal 370 130 333
Decimal 248 88 219
Hex F8 58 DB

RGB Percentages of Color #f858db

%44.68
%15.86
%39.46

CMYK Percentages of Color #f858db

%0
%65
%12
%3

Triadic Colors of #f858db

#f858db #dbf858 #58dbf8

Analogous Colors of #f858db

#f858db #f8588b #c558f8

Monochromatic Colors of #f858db

#f858db

Complementary Color

#f858db #58f875

#f858db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f858db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f858db Color CSS Codes

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

#f858db Text Font Color

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

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


#f858db Background Color

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

This div background color is #f858db


#f858db Border Color

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

This div border color is #f858db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f858db


Comments

No comments written yet.

Please login to write comment.