Color Hex Logo

#fe184a Color Hex

#FE184A
(254,24,74)
0 Favorites   0 Comments

Color spaces of #fe184a

RGB 2542474
HSL0.960.990.55
HSV347°91°100°
CMYK 0.000.910.71   0.00
XYZ42.435722.21858.5306
Yxy22.21850.57980.3036
Hunter Lab47.136578.209822.2655
CIE-Lab54.258179.313935.5551

#fe184a color RGB value is (254,24,74).

#fe184a hex color red value is 254, green value is 24 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fe184a hue: 0.96 , saturation: 0.99 and the lightness value of fe184a is 0.55.

The process color (four color CMYK) of #fe184a color hex is 0.00, 0.91, 0.71, 0.00. Web safe color of #fe184a is #ff0033. Color #fe184a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011000 01001010
Octal 376 30 112
Decimal 254 24 74
Hex FE 18 4A

RGB Percentages of Color #fe184a

%72.16
%6.82
%21.02

CMYK Percentages of Color #fe184a

%0
%91
%71
%0

Triadic Colors of #fe184a

#fe184a #4afe18 #184afe

Analogous Colors of #fe184a

#fe184a #fe5918 #fe18bd

Monochromatic Colors of #fe184a

#fe184a

Complementary Color

#fe184a #18fecc

#fe184a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe184a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe184a Color CSS Codes

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

#fe184a Text Font Color

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

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


#fe184a Background Color

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

This div background color is #fe184a


#fe184a Border Color

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

This div border color is #fe184a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,24,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe184a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe184a;
  -webkit-box-shadow: 1px 1px 3px 2px #fe184a;
  box-shadow:         1px 1px 3px 2px #fe184a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,24,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe184a


Comments

No comments written yet.

Please login to write comment.