Color Hex Logo

#f74edf Color Hex

#F74EDF
(247,78,223)
0 Favorites   0 Comments

Color spaces of #f74edf

RGB 24778223
HSL0.860.910.64
HSV309°68°97°
CMYK 0.000.680.10   0.03
XYZ54.401430.550672.8416
Yxy30.55060.34480.1936
Hunter Lab55.272678.9595-39.4452
CIE-Lab62.126478.3875-40.2181

#f74edf color RGB value is (247,78,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001110 11011111
Octal 367 116 337
Decimal 247 78 223
Hex F7 4E DF

RGB Percentages of Color #f74edf

%45.07
%14.23
%40.69

CMYK Percentages of Color #f74edf

%0
%68
%10
%3

Triadic Colors of #f74edf

#f74edf #dff74e #4edff7

Analogous Colors of #f74edf

#f74edf #f74e8b #bb4ef7

Monochromatic Colors of #f74edf

#f74edf

Complementary Color

#f74edf #4ef766

#f74edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74edf Color CSS Codes

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

#f74edf Text Font Color

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

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


#f74edf Background Color

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

This div background color is #f74edf


#f74edf Border Color

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

This div border color is #f74edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74edf


Comments

No comments written yet.

Please login to write comment.