Color Hex Logo

#fe0461 Color Hex

#FE0461
(254,4,97)
0 Favorites   0 Comments

Color spaces of #fe0461

RGB 254497
HSL0.940.990.51
HSV338°98°100°
CMYK 0.000.980.62   0.00
XYZ43.074122.020713.2894
Yxy22.02070.54950.2809
Hunter Lab46.926281.726316.0576
CIE-Lab54.049082.122021.5664

#fe0461 color RGB value is (254,4,97).

#fe0461 hex color red value is 254, green value is 4 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #fe0461 hue: 0.94 , saturation: 0.99 and the lightness value of fe0461 is 0.51.

The process color (four color CMYK) of #fe0461 color hex is 0.00, 0.98, 0.62, 0.00. Web safe color of #fe0461 is #ff0066. Color #fe0461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000100 01100001
Octal 376 4 141
Decimal 254 4 97
Hex FE 4 61

RGB Percentages of Color #fe0461

%71.55
%1.13
%27.32

CMYK Percentages of Color #fe0461

%0
%98
%62
%0

Triadic Colors of #fe0461

#fe0461 #61fe04 #0461fe

Analogous Colors of #fe0461

#fe0461 #fe2404 #fe04de

Monochromatic Colors of #fe0461

#fe0461

Complementary Color

#fe0461 #04fea1

#fe0461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0461 Color CSS Codes

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

#fe0461 Text Font Color

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

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


#fe0461 Background Color

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

This div background color is #fe0461


#fe0461 Border Color

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

This div border color is #fe0461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0461


Comments

No comments written yet.

Please login to write comment.