Color Hex Logo

#f11058 Color Hex

#F11058
(241,16,88)
0 Favorites   0 Comments

Color spaces of #f11058

RGB 2411688
HSL0.950.890.50
HSV341°93°95°
CMYK 0.000.930.63   0.05
XYZ38.222419.775911.0351
Yxy19.77590.55370.2865
Hunter Lab44.470175.599516.4165
CIE-Lab51.582977.754123.2751

#f11058 color RGB value is (241,16,88).

#f11058 hex color red value is 241, green value is 16 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #f11058 hue: 0.95 , saturation: 0.89 and the lightness value of f11058 is 0.50.

The process color (four color CMYK) of #f11058 color hex is 0.00, 0.93, 0.63, 0.05. Web safe color of #f11058 is #ff0066. Color #f11058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010000 01011000
Octal 361 20 130
Decimal 241 16 88
Hex F1 10 58

RGB Percentages of Color #f11058

%69.86
%4.64
%25.51

CMYK Percentages of Color #f11058

%0
%93
%63
%5

Triadic Colors of #f11058

#f11058 #58f110 #1058f1

Analogous Colors of #f11058

#f11058 #f13810 #f110c9

Monochromatic Colors of #f11058

#f11058

Complementary Color

#f11058 #10f1a9

#f11058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11058 Color CSS Codes

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

#f11058 Text Font Color

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

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


#f11058 Background Color

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

This div background color is #f11058


#f11058 Border Color

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

This div border color is #f11058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11058


Comments

No comments written yet.

Please login to write comment.