Color Hex Logo

#f60edb Color Hex

#F60EDB
(246,14,219)
0 Favorites   0 Comments

Color spaces of #f60edb

RGB 24614219
HSL0.850.930.51
HSV307°94°96°
CMYK 0.000.940.11   0.04
XYZ50.949325.021469.1621
Yxy25.02140.35110.1724
Hunter Lab50.021494.2738-46.9624
CIE-Lab57.096391.0956-45.8944

#f60edb color RGB value is (246,14,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001110 11011011
Octal 366 16 333
Decimal 246 14 219
Hex F6 E DB

RGB Percentages of Color #f60edb

%51.36
%2.92
%45.72

CMYK Percentages of Color #f60edb

%0
%94
%11
%4

Triadic Colors of #f60edb

#f60edb #dbf60e #0edbf6

Analogous Colors of #f60edb

#f60edb #f60e67 #9d0ef6

Monochromatic Colors of #f60edb

#f60edb

Complementary Color

#f60edb #0ef629

#f60edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60edb Color CSS Codes

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

#f60edb Text Font Color

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

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


#f60edb Background Color

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

This div background color is #f60edb


#f60edb Border Color

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

This div border color is #f60edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,14,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60edb


Comments

No comments written yet.

Please login to write comment.