Color Hex Logo

#f74edb Color Hex

#F74EDB
(247,78,219)
0 Favorites   0 Comments

Color spaces of #f74edb

RGB 24778219
HSL0.860.910.64
HSV310°68°97°
CMYK 0.000.680.11   0.03
XYZ53.868330.337470.0344
Yxy30.33740.34920.1967
Hunter Lab55.079478.1862-36.8327
CIE-Lab61.944377.8122-38.2556

#f74edb color RGB value is (247,78,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001110 11011011
Octal 367 116 333
Decimal 247 78 219
Hex F7 4E DB

RGB Percentages of Color #f74edb

%45.40
%14.34
%40.26

CMYK Percentages of Color #f74edb

%0
%68
%11
%3

Triadic Colors of #f74edb

#f74edb #dbf74e #4edbf7

Analogous Colors of #f74edb

#f74edb #f74e87 #bf4ef7

Monochromatic Colors of #f74edb

#f74edb

Complementary Color

#f74edb #4ef76a

#f74edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74edb Color CSS Codes

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

#f74edb Text Font Color

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

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


#f74edb Background Color

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

This div background color is #f74edb


#f74edb Border Color

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

This div border color is #f74edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74edb

Related Colors


Comments

No comments written yet.

Please login to write comment.