Color Hex Logo

#f74efc Color Hex

#F74EFC
(247,78,252)
0 Favorites   0 Comments

Color spaces of #f74efc

RGB 24778252
HSL0.830.970.65
HSV298°69°99°
CMYK 0.020.690.00   0.01
XYZ58.652832.251295.2292
Yxy32.25120.31510.1733
Hunter Lab56.790184.9719-59.6680
CIE-Lab63.550082.7957-54.1090

#f74efc color RGB value is (247,78,252).

#f74efc hex color red value is 247, green value is 78 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f74efc hue: 0.83 , saturation: 0.97 and the lightness value of f74efc is 0.65.

The process color (four color CMYK) of #f74efc color hex is 0.02, 0.69, 0.00, 0.01. Web safe color of #f74efc is #ff66ff. Color #f74efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001110 11111100
Octal 367 116 374
Decimal 247 78 252
Hex F7 4E FC

RGB Percentages of Color #f74efc

%42.81
%13.52
%43.67

CMYK Percentages of Color #f74efc

%2
%69
%0
%1

Triadic Colors of #f74efc

#f74efc #fcf74e #4efcf7

Analogous Colors of #f74efc

#f74efc #fc4eaa #a04efc

Monochromatic Colors of #f74efc

#f74efc

Complementary Color

#f74efc #53fc4e

#f74efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74efc Color CSS Codes

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

#f74efc Text Font Color

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

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


#f74efc Background Color

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

This div background color is #f74efc


#f74efc Border Color

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

This div border color is #f74efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74efc


Comments

No comments written yet.

Please login to write comment.