Color Hex Logo

#f11771 Color Hex

#F11771
(241,23,113)
0 Favorites   0 Comments

Color spaces of #f11771

RGB 24123113
HSL0.930.890.52
HSV335°90°95°
CMYK 0.000.900.53   0.05
XYZ39.562720.505817.4956
Yxy20.50580.51010.2644
Hunter Lab45.283376.70438.7911
CIE-Lab52.404378.47779.2076

#f11771 color RGB value is (241,23,113).

#f11771 hex color red value is 241, green value is 23 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #f11771 hue: 0.93 , saturation: 0.89 and the lightness value of f11771 is 0.52.

The process color (four color CMYK) of #f11771 color hex is 0.00, 0.90, 0.53, 0.05. Web safe color of #f11771 is #ff0066. Color #f11771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010111 01110001
Octal 361 27 161
Decimal 241 23 113
Hex F1 17 71

RGB Percentages of Color #f11771

%63.93
%6.10
%29.97

CMYK Percentages of Color #f11771

%0
%90
%53
%5

Triadic Colors of #f11771

#f11771 #71f117 #1771f1

Analogous Colors of #f11771

#f11771 #f12a17 #f117de

Monochromatic Colors of #f11771

#f11771

Complementary Color

#f11771 #17f197

#f11771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11771 Color CSS Codes

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

#f11771 Text Font Color

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

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


#f11771 Background Color

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

This div background color is #f11771


#f11771 Border Color

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

This div border color is #f11771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11771


Comments

No comments written yet.

Please login to write comment.