Color Hex Logo

#f859be Color Hex

#F859BE
(248,89,190)
0 Favorites   0 Comments

Color spaces of #f859be

RGB 24889190
HSL0.890.920.66
HSV322°64°97°
CMYK 0.000.640.23   0.03
XYZ51.578030.818951.9454
Yxy30.81890.38390.2294
Hunter Lab55.514868.6910-16.6176
CIE-Lab62.354570.0948-21.1821

#f859be color RGB value is (248,89,190).

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

The process color (four color CMYK) of #f859be color hex is 0.00, 0.64, 0.23, 0.03. Web safe color of #f859be is #ff66cc. Color #f859be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011001 10111110
Octal 370 131 276
Decimal 248 89 190
Hex F8 59 BE

RGB Percentages of Color #f859be

%47.06
%16.89
%36.05

CMYK Percentages of Color #f859be

%0
%64
%23
%3

Triadic Colors of #f859be

#f859be #bef859 #59bef8

Analogous Colors of #f859be

#f859be #f8596f #e359f8

Monochromatic Colors of #f859be

#f859be

Complementary Color

#f859be #59f893

#f859be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f859be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f859be Color CSS Codes

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

#f859be Text Font Color

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

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


#f859be Background Color

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

This div background color is #f859be


#f859be Border Color

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

This div border color is #f859be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f859be


Comments

No comments written yet.

Please login to write comment.