color codes Logo

#f804fb color codes

#F804FB
(248,4,251)
0 Favorites   0 Comments

Color spaces of #f804fb

RGB 2484251
HSL0.830.970.50
HSV299°98°98°
CMYK 0.010.980.00   0.02
XYZ56.167427.008393.5196
Yxy27.00830.31790.1529
Hunter Lab51.9695101.9719-70.3142
CIE-Lab58.982096.3854-60.8333

#f804fb color RGB value is (248,4,251).

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

The process color (four color CMYK) of #f804fb color code is 0.01, 0.98, 0.00, 0.02. Web safe color of #f804fb is #ff00ff. Color #f804fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000100 11111011
Octal 370 4 373
Decimal 248 4 251
Hex F8 4 FB

RGB Percentages of Color #f804fb

%49.30
%0.80
%49.90

CMYK Percentages of Color #f804fb

%1
%98
%0
%2

Triadic Colors of #f804fb

#f804fb #fbf804 #04fbf8

Analogous Colors of #f804fb

#f804fb #fb0483 #7d04fb

Monochromatic Colors of #f804fb

#f804fb

Complementary Color

#f804fb #07fb04

#f804fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f804fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f804fb Color CSS Codes

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

#f804fb Text Font Color

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

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


#f804fb Background Color

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

This div background color is #f804fb


#f804fb Border Color

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

This div border color is #f804fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f804fb


Comments

No comments written yet.

Please login to write comment.