Color Hex Logo

#f740fb Color Hex

#F740FB
(247,64,251)
0 Favorites   0 Comments

Color spaces of #f740fb

RGB 24764251
HSL0.830.960.62
HSV299°75°98°
CMYK 0.020.750.00   0.02
XYZ57.603830.406094.0997
Yxy30.40600.31630.1670
Hunter Lab55.141689.9725-62.5798
CIE-Lab62.003086.9108-56.0170

#f740fb color RGB value is (247,64,251).

#f740fb hex color red value is 247, green value is 64 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f740fb hue: 0.83 , saturation: 0.96 and the lightness value of f740fb is 0.62.

The process color (four color CMYK) of #f740fb color hex is 0.02, 0.75, 0.00, 0.02. Web safe color of #f740fb is #ff33ff. Color #f740fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000000 11111011
Octal 367 100 373
Decimal 247 64 251
Hex F7 40 FB

RGB Percentages of Color #f740fb

%43.95
%11.39
%44.66

CMYK Percentages of Color #f740fb

%2
%75
%0
%2

Triadic Colors of #f740fb

#f740fb #fbf740 #40fbf7

Analogous Colors of #f740fb

#f740fb #fb40a2 #9a40fb

Monochromatic Colors of #f740fb

#f740fb

Complementary Color

#f740fb #44fb40

#f740fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f740fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f740fb Color CSS Codes

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

#f740fb Text Font Color

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

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


#f740fb Background Color

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

This div background color is #f740fb


#f740fb Border Color

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

This div border color is #f740fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f740fb

Related Colors


Comments

No comments written yet.

Please login to write comment.