Color Hex Logo

#f804be Color Hex

#F804BE
(248,4,190)
0 Favorites   0 Comments

Color spaces of #f804be

RGB 2484190
HSL0.870.970.49
HSV314°98°97°
CMYK 0.000.980.23   0.03
XYZ48.049123.761050.7691
Yxy23.76100.39200.1938
Hunter Lab48.745390.6466-27.6300
CIE-Lab55.847788.6196-31.2120

#f804be color RGB value is (248,4,190).

#f804be hex color red value is 248, green value is 4 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f804be hue: 0.87 , saturation: 0.97 and the lightness value of f804be is 0.49.

The process color (four color CMYK) of #f804be color hex is 0.00, 0.98, 0.23, 0.03. Web safe color of #f804be is #ff00cc. Color #f804be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000100 10111110
Octal 370 4 276
Decimal 248 4 190
Hex F8 4 BE

RGB Percentages of Color #f804be

%56.11
%0.90
%42.99

CMYK Percentages of Color #f804be

%0
%98
%23
%3

Triadic Colors of #f804be

#f804be #bef804 #04bef8

Analogous Colors of #f804be

#f804be #f80444 #b804f8

Monochromatic Colors of #f804be

#f804be

Complementary Color

#f804be #04f83e

#f804be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f804be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f804be Color CSS Codes

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

#f804be Text Font Color

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

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


#f804be Background Color

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

This div background color is #f804be


#f804be Border Color

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

This div border color is #f804be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f804be


Comments

No comments written yet.

Please login to write comment.