Color Hex Logo

#f07bfd Color Hex

#F07BFD
(240,123,253)
0 Favorites   0 Comments

Color spaces of #f07bfd

RGB 240123253
HSL0.820.970.74
HSV294°51°99°
CMYK 0.050.510.00   0.01
XYZ60.747839.783097.4056
Yxy39.78300.30690.2010
Hunter Lab63.073861.5384-47.4106
CIE-Lab69.314762.9568-45.6159

#f07bfd color RGB value is (240,123,253).

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

The process color (four color CMYK) of #f07bfd color hex is 0.05, 0.51, 0.00, 0.01. Web safe color of #f07bfd is #ff66ff. Color #f07bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111011 11111101
Octal 360 173 375
Decimal 240 123 253
Hex F0 7B FD

RGB Percentages of Color #f07bfd

%38.96
%19.97
%41.07

CMYK Percentages of Color #f07bfd

%5
%51
%0
%1

Triadic Colors of #f07bfd

#f07bfd #fdf07b #7bfdf0

Analogous Colors of #f07bfd

#f07bfd #fd7bc9 #af7bfd

Monochromatic Colors of #f07bfd

#f07bfd

Complementary Color

#f07bfd #88fd7b

#f07bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07bfd Color CSS Codes

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

#f07bfd Text Font Color

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

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


#f07bfd Background Color

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

This div background color is #f07bfd


#f07bfd Border Color

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

This div border color is #f07bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07bfd


Comments

No comments written yet.

Please login to write comment.