Color Hex Logo

#fe0858 Color Hex

#FE0858
(254,8,88)
0 Favorites   0 Comments

Color spaces of #fe0858

RGB 254888
HSL0.950.990.51
HSV340°97°100°
CMYK 0.000.970.65   0.00
XYZ42.721321.949111.2174
Yxy21.94910.56300.2892
Hunter Lab46.849980.782718.5989
CIE-Lab53.973081.398226.8852

#fe0858 color RGB value is (254,8,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001000 01011000
Octal 376 10 130
Decimal 254 8 88
Hex FE 8 58

RGB Percentages of Color #fe0858

%72.57
%2.29
%25.14

CMYK Percentages of Color #fe0858

%0
%97
%65
%0

Triadic Colors of #fe0858

#fe0858 #58fe08 #0858fe

Analogous Colors of #fe0858

#fe0858 #fe3308 #fe08d3

Monochromatic Colors of #fe0858

#fe0858

Complementary Color

#fe0858 #08feae

#fe0858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0858 Color CSS Codes

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

#fe0858 Text Font Color

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

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


#fe0858 Background Color

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

This div background color is #fe0858


#fe0858 Border Color

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

This div border color is #fe0858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0858


Comments

No comments written yet.

Please login to write comment.