Color Hex Logo

#f61bde Color Hex

#F61BDE
(246,27,222)
0 Favorites   0 Comments

Color spaces of #f61bde

RGB 24627222
HSL0.850.920.54
HSV307°89°96°
CMYK 0.000.890.10   0.04
XYZ51.582825.650671.3396
Yxy25.65060.34720.1726
Hunter Lab50.646493.1690-48.0623
CIE-Lab57.703990.1530-46.6325

#f61bde color RGB value is (246,27,222).

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

The process color (four color CMYK) of #f61bde color hex is 0.00, 0.89, 0.10, 0.04. Web safe color of #f61bde is #ff33cc. Color #f61bde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00011011 11011110
Octal 366 33 336
Decimal 246 27 222
Hex F6 1B DE

RGB Percentages of Color #f61bde

%49.70
%5.45
%44.85

CMYK Percentages of Color #f61bde

%0
%89
%10
%4

Triadic Colors of #f61bde

#f61bde #def61b #1bdef6

Analogous Colors of #f61bde

#f61bde #f61b71 #a11bf6

Monochromatic Colors of #f61bde

#f61bde

Complementary Color

#f61bde #1bf633

#f61bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61bde Color CSS Codes

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

#f61bde Text Font Color

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

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


#f61bde Background Color

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

This div background color is #f61bde


#f61bde Border Color

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

This div border color is #f61bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61bde


Comments

No comments written yet.

Please login to write comment.