Color Hex Logo

#f73fda Color Hex

#F73FDA
(247,63,218)
0 Favorites   0 Comments

Color spaces of #f73fda

RGB 24763218
HSL0.860.920.61
HSV309°74°97°
CMYK 0.000.740.12   0.03
XYZ52.790228.391169.0274
Yxy28.39110.35140.1890
Hunter Lab53.283383.6023-39.5106
CIE-Lab60.240482.3772-40.3618

#f73fda color RGB value is (247,63,218).

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

The process color (four color CMYK) of #f73fda color hex is 0.00, 0.74, 0.12, 0.03. Web safe color of #f73fda is #ff33cc. Color #f73fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111111 11011010
Octal 367 77 332
Decimal 247 63 218
Hex F7 3F DA

RGB Percentages of Color #f73fda

%46.78
%11.93
%41.29

CMYK Percentages of Color #f73fda

%0
%74
%12
%3

Triadic Colors of #f73fda

#f73fda #daf73f #3fdaf7

Analogous Colors of #f73fda

#f73fda #f73f7e #b83ff7

Monochromatic Colors of #f73fda

#f73fda

Complementary Color

#f73fda #3ff75c

#f73fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73fda Color CSS Codes

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

#f73fda Text Font Color

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

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


#f73fda Background Color

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

This div background color is #f73fda


#f73fda Border Color

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

This div border color is #f73fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73fda


Comments

No comments written yet.

Please login to write comment.