Color Hex Logo

#f61dde Color Hex

#F61DDE
(246,29,222)
0 Favorites   0 Comments

Color spaces of #f61dde

RGB 24629222
HSL0.850.920.54
HSV307°88°96°
CMYK 0.000.880.10   0.04
XYZ51.630225.745571.3554
Yxy25.74550.34710.1731
Hunter Lab50.740092.8365-47.8612
CIE-Lab57.794789.8865-46.4888

#f61dde color RGB value is (246,29,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00011101 11011110
Octal 366 35 336
Decimal 246 29 222
Hex F6 1D DE

RGB Percentages of Color #f61dde

%49.50
%5.84
%44.67

CMYK Percentages of Color #f61dde

%0
%88
%10
%4

Triadic Colors of #f61dde

#f61dde #def61d #1ddef6

Analogous Colors of #f61dde

#f61dde #f61d72 #a21df6

Monochromatic Colors of #f61dde

#f61dde

Complementary Color

#f61dde #1df635

#f61dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61dde Color CSS Codes

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

#f61dde Text Font Color

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

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


#f61dde Background Color

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

This div background color is #f61dde


#f61dde Border Color

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

This div border color is #f61dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61dde


Comments

No comments written yet.

Please login to write comment.