Color Hex Logo

#f74fdc Color Hex

#F74FDC
(247,79,220)
0 Favorites   0 Comments

Color spaces of #f74fdc

RGB 24779220
HSL0.860.910.64
HSV310°68°97°
CMYK 0.000.680.11   0.03
XYZ54.072030.533470.7538
Yxy30.53340.34800.1965
Hunter Lab55.257077.9721-37.2379
CIE-Lab62.111877.6112-38.5559

#f74fdc color RGB value is (247,79,220).

#f74fdc hex color red value is 247, green value is 79 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f74fdc hue: 0.86 , saturation: 0.91 and the lightness value of f74fdc is 0.64.

The process color (four color CMYK) of #f74fdc color hex is 0.00, 0.68, 0.11, 0.03. Web safe color of #f74fdc is #ff66cc. Color #f74fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001111 11011100
Octal 367 117 334
Decimal 247 79 220
Hex F7 4F DC

RGB Percentages of Color #f74fdc

%45.24
%14.47
%40.29

CMYK Percentages of Color #f74fdc

%0
%68
%11
%3

Triadic Colors of #f74fdc

#f74fdc #dcf74f #4fdcf7

Analogous Colors of #f74fdc

#f74fdc #f74f88 #be4ff7

Monochromatic Colors of #f74fdc

#f74fdc

Complementary Color

#f74fdc #4ff76a

#f74fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74fdc Color CSS Codes

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

#f74fdc Text Font Color

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

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


#f74fdc Background Color

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

This div background color is #f74fdc


#f74fdc Border Color

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

This div border color is #f74fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74fdc


Comments

No comments written yet.

Please login to write comment.