Color Hex Logo

#f744fe Color Hex

#F744FE
(247,68,254)
0 Favorites   0 Comments

Color spaces of #f744fe

RGB 24768254
HSL0.830.990.63
HSV298°73°100°
CMYK 0.030.730.00   0.00
XYZ58.314331.064296.6884
Yxy31.06420.31340.1670
Hunter Lab55.735389.2230-63.8404
CIE-Lab62.561886.2346-56.7847

#f744fe color RGB value is (247,68,254).

#f744fe hex color red value is 247, green value is 68 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f744fe hue: 0.83 , saturation: 0.99 and the lightness value of f744fe is 0.63.

The process color (four color CMYK) of #f744fe color hex is 0.03, 0.73, 0.00, 0.00. Web safe color of #f744fe is #ff33ff. Color #f744fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000100 11111110
Octal 367 104 376
Decimal 247 68 254
Hex F7 44 FE

RGB Percentages of Color #f744fe

%43.41
%11.95
%44.64

CMYK Percentages of Color #f744fe

%3
%73
%0
%0

Triadic Colors of #f744fe

#f744fe #fef744 #44fef7

Analogous Colors of #f744fe

#f744fe #fe44a8 #9a44fe

Monochromatic Colors of #f744fe

#f744fe

Complementary Color

#f744fe #4bfe44

#f744fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f744fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f744fe Color CSS Codes

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

#f744fe Text Font Color

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

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


#f744fe Background Color

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

This div background color is #f744fe


#f744fe Border Color

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

This div border color is #f744fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f744fe


Comments

No comments written yet.

Please login to write comment.