Color Hex Logo

#f11454 Color Hex

#F11454
(241,20,84)
0 Favorites   0 Comments

Color spaces of #f11454

RGB 2412084
HSL0.950.890.51
HSV343°92°95°
CMYK 0.000.920.65   0.05
XYZ38.126019.841210.2078
Yxy19.84120.55920.2910
Hunter Lab44.543574.832117.5932
CIE-Lab51.657277.123325.7942

#f11454 color RGB value is (241,20,84).

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

The process color (four color CMYK) of #f11454 color hex is 0.00, 0.92, 0.65, 0.05. Web safe color of #f11454 is #ff0066. Color #f11454 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010100 01010100
Octal 361 24 124
Decimal 241 20 84
Hex F1 14 54

RGB Percentages of Color #f11454

%69.86
%5.80
%24.35

CMYK Percentages of Color #f11454

%0
%92
%65
%5

Triadic Colors of #f11454

#f11454 #54f114 #1454f1

Analogous Colors of #f11454

#f11454 #f14214 #f114c3

Monochromatic Colors of #f11454

#f11454

Complementary Color

#f11454 #14f1b1

#f11454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11454 Color CSS Codes

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

#f11454 Text Font Color

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

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


#f11454 Background Color

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

This div background color is #f11454


#f11454 Border Color

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

This div border color is #f11454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11454


Comments

No comments written yet.

Please login to write comment.