Color Hex Logo

#f73bdf Color Hex

#F73BDF
(247,59,223)
0 Favorites   0 Comments

Color spaces of #f73bdf

RGB 24759223
HSL0.850.920.60
HSV308°76°97°
CMYK 0.000.760.10   0.03
XYZ53.241028.229872.4548
Yxy28.22980.34590.1834
Hunter Lab53.131785.8866-43.6605
CIE-Lab60.095884.1674-43.4090

#f73bdf color RGB value is (247,59,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111011 11011111
Octal 367 73 337
Decimal 247 59 223
Hex F7 3B DF

RGB Percentages of Color #f73bdf

%46.69
%11.15
%42.16

CMYK Percentages of Color #f73bdf

%0
%76
%10
%3

Triadic Colors of #f73bdf

#f73bdf #dff73b #3bdff7

Analogous Colors of #f73bdf

#f73bdf #f73b81 #b13bf7

Monochromatic Colors of #f73bdf

#f73bdf

Complementary Color

#f73bdf #3bf753

#f73bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73bdf Color CSS Codes

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

#f73bdf Text Font Color

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

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


#f73bdf Background Color

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

This div background color is #f73bdf


#f73bdf Border Color

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

This div border color is #f73bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,59,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 #f73bdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73bdf


Comments

No comments written yet.

Please login to write comment.