Color Hex Logo

#f804ea Color Hex

#F804EA
(248,4,234)
0 Favorites   0 Comments

Color spaces of #f804ea

RGB 2484234
HSL0.840.970.49
HSV303°98°97°
CMYK 0.000.980.06   0.03
XYZ53.606125.983880.0319
Yxy25.98380.33580.1628
Hunter Lab50.974398.5109-57.4059
CIE-Lab58.021794.0475-52.8711

#f804ea color RGB value is (248,4,234).

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

The process color (four color CMYK) of #f804ea color hex is 0.00, 0.98, 0.06, 0.03. Web safe color of #f804ea is #ff00ff. Color #f804ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000100 11101010
Octal 370 4 352
Decimal 248 4 234
Hex F8 4 EA

RGB Percentages of Color #f804ea

%51.03
%0.82
%48.15

CMYK Percentages of Color #f804ea

%0
%98
%6
%3

Triadic Colors of #f804ea

#f804ea #eaf804 #04eaf8

Analogous Colors of #f804ea

#f804ea #f80470 #8c04f8

Monochromatic Colors of #f804ea

#f804ea

Complementary Color

#f804ea #04f812

#f804ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f804ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f804ea Color CSS Codes

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

#f804ea Text Font Color

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

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


#f804ea Background Color

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

This div background color is #f804ea


#f804ea Border Color

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

This div border color is #f804ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f804ea


Comments

No comments written yet.

Please login to write comment.