Color Hex Logo

#f008fb Color Hex

#F008FB
(240,8,251)
0 Favorites   0 Comments

Color spaces of #f008fb

RGB 2408251
HSL0.830.970.51
HSV297°97°98°
CMYK 0.040.970.00   0.02
XYZ53.434625.664093.4041
Yxy25.66400.30980.1488
Hunter Lab50.659699.6232-73.8546
CIE-Lab57.716794.9208-62.9365

#f008fb color RGB value is (240,8,251).

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

The process color (four color CMYK) of #f008fb color hex is 0.04, 0.97, 0.00, 0.02. Web safe color of #f008fb is #ff00ff. Color #f008fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001000 11111011
Octal 360 10 373
Decimal 240 8 251
Hex F0 8 FB

RGB Percentages of Color #f008fb

%48.10
%1.60
%50.30

CMYK Percentages of Color #f008fb

%4
%97
%0
%2

Triadic Colors of #f008fb

#f008fb #fbf008 #08fbf0

Analogous Colors of #f008fb

#f008fb #fb088d #7708fb

Monochromatic Colors of #f008fb

#f008fb

Complementary Color

#f008fb #13fb08

#f008fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f008fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f008fb Color CSS Codes

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

#f008fb Text Font Color

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

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


#f008fb Background Color

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

This div background color is #f008fb


#f008fb Border Color

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

This div border color is #f008fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f008fb

Related Colors


Comments

No comments written yet.

Please login to write comment.