Color Hex Logo

#f307df Color Hex

#F307DF
(243,7,223)
0 Favorites   0 Comments

Color spaces of #f307df

RGB 2437223
HSL0.850.940.49
HSV305°97°95°
CMYK 0.000.970.08   0.05
XYZ50.357424.534471.8935
Yxy24.53440.34310.1671
Hunter Lab49.532294.7924-51.3839
CIE-Lab56.618991.5741-48.9515

#f307df color RGB value is (243,7,223).

#f307df hex color red value is 243, green value is 7 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f307df hue: 0.85 , saturation: 0.94 and the lightness value of f307df is 0.49.

The process color (four color CMYK) of #f307df color hex is 0.00, 0.97, 0.08, 0.05. Web safe color of #f307df is #ff00cc. Color #f307df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000111 11011111
Octal 363 7 337
Decimal 243 7 223
Hex F3 7 DF

RGB Percentages of Color #f307df

%51.37
%1.48
%47.15

CMYK Percentages of Color #f307df

%0
%97
%8
%5

Triadic Colors of #f307df

#f307df #dff307 #07dff3

Analogous Colors of #f307df

#f307df #f30769 #9107f3

Monochromatic Colors of #f307df

#f307df

Complementary Color

#f307df #07f31b

#f307df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f307df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f307df Color CSS Codes

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

#f307df Text Font Color

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

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


#f307df Background Color

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

This div background color is #f307df


#f307df Border Color

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

This div border color is #f307df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f307df


Comments

No comments written yet.

Please login to write comment.