Color Hex Logo

#fe0961 Color Hex

#FE0961
(254,9,97)
0 Favorites   0 Comments

Color spaces of #fe0961

RGB 254997
HSL0.940.990.52
HSV338°96°100°
CMYK 0.000.960.62   0.00
XYZ43.128422.129313.3075
Yxy22.12930.54900.2817
Hunter Lab47.041881.327516.1569
CIE-Lab54.163981.787821.7196

#fe0961 color RGB value is (254,9,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001001 01100001
Octal 376 11 141
Decimal 254 9 97
Hex FE 9 61

RGB Percentages of Color #fe0961

%70.56
%2.50
%26.94

CMYK Percentages of Color #fe0961

%0
%96
%62
%0

Triadic Colors of #fe0961

#fe0961 #61fe09 #0961fe

Analogous Colors of #fe0961

#fe0961 #fe2b09 #fe09dc

Monochromatic Colors of #fe0961

#fe0961

Complementary Color

#fe0961 #09fea6

#fe0961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0961 Color CSS Codes

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

#fe0961 Text Font Color

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

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


#fe0961 Background Color

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

This div background color is #fe0961


#fe0961 Border Color

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

This div border color is #fe0961


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,9,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 #fe0961">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0961

Related Colors


Comments

No comments written yet.

Please login to write comment.