Color Hex Logo

#f07cfb Color Hex

#F07CFB
(240,124,251)
0 Favorites   0 Comments

Color spaces of #f07cfb

RGB 240124251
HSL0.820.940.74
HSV295°51°98°
CMYK 0.040.510.00   0.02
XYZ60.555439.905695.7777
Yxy39.90560.30860.2034
Hunter Lab63.170960.5605-45.6740
CIE-Lab69.402262.1243-44.3853

#f07cfb color RGB value is (240,124,251).

#f07cfb hex color red value is 240, green value is 124 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f07cfb hue: 0.82 , saturation: 0.94 and the lightness value of f07cfb is 0.74.

The process color (four color CMYK) of #f07cfb color hex is 0.04, 0.51, 0.00, 0.02. Web safe color of #f07cfb is #ff66ff. Color #f07cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111100 11111011
Octal 360 174 373
Decimal 240 124 251
Hex F0 7C FB

RGB Percentages of Color #f07cfb

%39.02
%20.16
%40.81

CMYK Percentages of Color #f07cfb

%4
%51
%0
%2

Triadic Colors of #f07cfb

#f07cfb #fbf07c #7cfbf0

Analogous Colors of #f07cfb

#f07cfb #fb7cc7 #b17cfb

Monochromatic Colors of #f07cfb

#f07cfb

Complementary Color

#f07cfb #87fb7c

#f07cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07cfb Color CSS Codes

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

#f07cfb Text Font Color

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

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


#f07cfb Background Color

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

This div background color is #f07cfb


#f07cfb Border Color

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

This div border color is #f07cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07cfb


Comments

No comments written yet.

Please login to write comment.