Color Hex Logo

#f73cde Color Hex

#F73CDE
(247,60,222)
0 Favorites   0 Comments

Color spaces of #f73cde

RGB 24760222
HSL0.860.920.60
HSV308°76°97°
CMYK 0.000.760.10   0.03
XYZ53.158428.279871.7640
Yxy28.27980.34700.1846
Hunter Lab53.178885.3689-42.7859
CIE-Lab60.140783.7606-42.7749

#f73cde color RGB value is (247,60,222).

#f73cde hex color red value is 247, green value is 60 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f73cde hue: 0.86 , saturation: 0.92 and the lightness value of f73cde is 0.60.

The process color (four color CMYK) of #f73cde color hex is 0.00, 0.76, 0.10, 0.03. Web safe color of #f73cde is #ff33cc. Color #f73cde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111100 11011110
Octal 367 74 336
Decimal 247 60 222
Hex F7 3C DE

RGB Percentages of Color #f73cde

%46.69
%11.34
%41.97

CMYK Percentages of Color #f73cde

%0
%76
%10
%3

Triadic Colors of #f73cde

#f73cde #def73c #3cdef7

Analogous Colors of #f73cde

#f73cde #f73c81 #b33cf7

Monochromatic Colors of #f73cde

#f73cde

Complementary Color

#f73cde #3cf755

#f73cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73cde Color CSS Codes

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

#f73cde Text Font Color

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

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


#f73cde Background Color

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

This div background color is #f73cde


#f73cde Border Color

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

This div border color is #f73cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73cde


Comments

No comments written yet.

Please login to write comment.