Color Hex Logo

#f61edb Color Hex

#F61EDB
(246,30,219)
0 Favorites   0 Comments

Color spaces of #f61edb

RGB 24630219
HSL0.850.920.54
HSV308°88°96°
CMYK 0.000.880.11   0.04
XYZ51.256525.635869.2645
Yxy25.63580.35070.1754
Hunter Lab50.631892.0967-45.6667
CIE-Lab57.689789.3523-44.9560

#f61edb color RGB value is (246,30,219).

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

The process color (four color CMYK) of #f61edb color hex is 0.00, 0.88, 0.11, 0.04. Web safe color of #f61edb is #ff33cc. Color #f61edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00011110 11011011
Octal 366 36 333
Decimal 246 30 219
Hex F6 1E DB

RGB Percentages of Color #f61edb

%49.70
%6.06
%44.24

CMYK Percentages of Color #f61edb

%0
%88
%11
%4

Triadic Colors of #f61edb

#f61edb #dbf61e #1edbf6

Analogous Colors of #f61edb

#f61edb #f61e6f #a51ef6

Monochromatic Colors of #f61edb

#f61edb

Complementary Color

#f61edb #1ef639

#f61edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61edb Color CSS Codes

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

#f61edb Text Font Color

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

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


#f61edb Background Color

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

This div background color is #f61edb


#f61edb Border Color

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

This div border color is #f61edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61edb


Comments

No comments written yet.

Please login to write comment.