Color Hex Logo

#f754f1 Color Hex

#F754F1
(247,84,241)
0 Favorites   0 Comments

Color spaces of #f754f1

RGB 24784241
HSL0.840.910.65
HSV302°66°97°
CMYK 0.000.660.02   0.03
XYZ57.405332.465786.4600
Yxy32.46570.32560.1841
Hunter Lab56.978780.1238-50.0821
CIE-Lab63.725978.9976-47.7447

#f754f1 color RGB value is (247,84,241).

#f754f1 hex color red value is 247, green value is 84 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #f754f1 hue: 0.84 , saturation: 0.91 and the lightness value of f754f1 is 0.65.

The process color (four color CMYK) of #f754f1 color hex is 0.00, 0.66, 0.02, 0.03. Web safe color of #f754f1 is #ff66ff. Color #f754f1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010100 11110001
Octal 367 124 361
Decimal 247 84 241
Hex F7 54 F1

RGB Percentages of Color #f754f1

%43.18
%14.69
%42.13

CMYK Percentages of Color #f754f1

%0
%66
%2
%3

Triadic Colors of #f754f1

#f754f1 #f1f754 #54f1f7

Analogous Colors of #f754f1

#f754f1 #f754a0 #ac54f7

Monochromatic Colors of #f754f1

#f754f1

Complementary Color

#f754f1 #54f75a

#f754f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f754f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f754f1 Color CSS Codes

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

#f754f1 Text Font Color

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

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


#f754f1 Background Color

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

This div background color is #f754f1


#f754f1 Border Color

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

This div border color is #f754f1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,84,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f754f1


Comments

No comments written yet.

Please login to write comment.