Color Hex Logo

#f11dff Color Hex

#F11DFF
(241,29,255)
0 Favorites   0 Comments

Color spaces of #f11dff

RGB 24129255
HSL0.821.000.56
HSV296°89°100°
CMYK 0.050.890.00   0.00
XYZ54.765026.799596.8941
Yxy26.79950.30690.1502
Hunter Lab51.768298.2386-74.7348
CIE-Lab58.788393.6989-63.4269

#f11dff color RGB value is (241,29,255).

#f11dff hex color red value is 241, green value is 29 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f11dff hue: 0.82 , saturation: 1.00 and the lightness value of f11dff is 0.56.

The process color (four color CMYK) of #f11dff color hex is 0.05, 0.89, 0.00, 0.00. Web safe color of #f11dff is #ff33ff. Color #f11dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011101 11111111
Octal 361 35 377
Decimal 241 29 255
Hex F1 1D FF

RGB Percentages of Color #f11dff

%45.90
%5.52
%48.57

CMYK Percentages of Color #f11dff

%5
%89
%0
%0

Triadic Colors of #f11dff

#f11dff #fff11d #1dfff1

Analogous Colors of #f11dff

#f11dff #ff1d9c #801dff

Monochromatic Colors of #f11dff

#f11dff

Complementary Color

#f11dff #2bff1d

#f11dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11dff Color CSS Codes

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

#f11dff Text Font Color

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

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


#f11dff Background Color

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

This div background color is #f11dff


#f11dff Border Color

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

This div border color is #f11dff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,29,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11dff

Related Colors


Comments

No comments written yet.

Please login to write comment.