Color Hex Logo

#f111be Color Hex

#F111BE
(241,17,190)
0 Favorites   0 Comments

Color spaces of #f111be

RGB 24117190
HSL0.870.890.51
HSV314°93°95°
CMYK 0.000.930.21   0.05
XYZ45.770322.819450.7074
Yxy22.81940.38370.1913
Hunter Lab47.769787.4321-29.4975
CIE-Lab54.885886.3665-32.8076

#f111be color RGB value is (241,17,190).

#f111be hex color red value is 241, green value is 17 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f111be hue: 0.87 , saturation: 0.89 and the lightness value of f111be is 0.51.

The process color (four color CMYK) of #f111be color hex is 0.00, 0.93, 0.21, 0.05. Web safe color of #f111be is #ff00cc. Color #f111be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010001 10111110
Octal 361 21 276
Decimal 241 17 190
Hex F1 11 BE

RGB Percentages of Color #f111be

%53.79
%3.79
%42.41

CMYK Percentages of Color #f111be

%0
%93
%21
%5

Triadic Colors of #f111be

#f111be #bef111 #11bef1

Analogous Colors of #f111be

#f111be #f1114e #b411f1

Monochromatic Colors of #f111be

#f111be

Complementary Color

#f111be #11f144

#f111be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f111be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f111be Color CSS Codes

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

#f111be Text Font Color

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

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


#f111be Background Color

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

This div background color is #f111be


#f111be Border Color

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

This div border color is #f111be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f111be


Comments

No comments written yet.

Please login to write comment.