Color Hex Logo

#f07bfe Color Hex

#F07BFE
(240,123,254)
0 Favorites   0 Comments

Color spaces of #f07bfe

RGB 240123254
HSL0.820.980.74
HSV294°52°100°
CMYK 0.060.520.00   0.00
XYZ60.907539.846998.2470
Yxy39.84690.30610.2002
Hunter Lab63.124461.7635-48.0920
CIE-Lab69.360363.1371-46.0904

#f07bfe color RGB value is (240,123,254).

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

The process color (four color CMYK) of #f07bfe color hex is 0.06, 0.52, 0.00, 0.00. Web safe color of #f07bfe is #ff66ff. Color #f07bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111011 11111110
Octal 360 173 376
Decimal 240 123 254
Hex F0 7B FE

RGB Percentages of Color #f07bfe

%38.90
%19.94
%41.17

CMYK Percentages of Color #f07bfe

%6
%52
%0
%0

Triadic Colors of #f07bfe

#f07bfe #fef07b #7bfef0

Analogous Colors of #f07bfe

#f07bfe #fe7bcb #af7bfe

Monochromatic Colors of #f07bfe

#f07bfe

Complementary Color

#f07bfe #89fe7b

#f07bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07bfe Color CSS Codes

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

#f07bfe Text Font Color

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

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


#f07bfe Background Color

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

This div background color is #f07bfe


#f07bfe Border Color

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

This div border color is #f07bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07bfe


Comments

No comments written yet.

Please login to write comment.