Color Hex Logo

#f60edf Color Hex

#F60EDF
(246,14,223)
0 Favorites   0 Comments

Color spaces of #f60edf

RGB 24614223
HSL0.850.930.51
HSV306°94°96°
CMYK 0.000.940.09   0.04
XYZ51.482425.234671.9694
Yxy25.23460.34620.1697
Hunter Lab50.234195.0262-49.7799
CIE-Lab57.303391.6150-47.8328

#f60edf color RGB value is (246,14,223).

#f60edf hex color red value is 246, green value is 14 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f60edf hue: 0.85 , saturation: 0.93 and the lightness value of f60edf is 0.51.

The process color (four color CMYK) of #f60edf color hex is 0.00, 0.94, 0.09, 0.04. Web safe color of #f60edf is #ff00cc. Color #f60edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001110 11011111
Octal 366 16 337
Decimal 246 14 223
Hex F6 E DF

RGB Percentages of Color #f60edf

%50.93
%2.90
%46.17

CMYK Percentages of Color #f60edf

%0
%94
%9
%4

Triadic Colors of #f60edf

#f60edf #dff60e #0edff6

Analogous Colors of #f60edf

#f60edf #f60e6b #990ef6

Monochromatic Colors of #f60edf

#f60edf

Complementary Color

#f60edf #0ef625

#f60edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60edf Color CSS Codes

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

#f60edf Text Font Color

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

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


#f60edf Background Color

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

This div background color is #f60edf


#f60edf Border Color

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

This div border color is #f60edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60edf


Comments

No comments written yet.

Please login to write comment.