Color Hex Logo

#fe0612 Color Hex

#FE0612
(254,6,18)
0 Favorites   0 Comments

Color spaces of #fe0612

RGB 254618
HSL0.990.990.51
HSV357°98°100°
CMYK 0.000.980.93   0.00
XYZ41.047421.24482.5095
Yxy21.24480.63340.3278
Hunter Lab46.092178.302429.0364
CIE-Lab53.216479.590362.4220

#fe0612 color RGB value is (254,6,18).

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

The process color (four color CMYK) of #fe0612 color hex is 0.00, 0.98, 0.93, 0.00. Web safe color of #fe0612 is #ff0000. Color #fe0612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000110 00010010
Octal 376 6 22
Decimal 254 6 18
Hex FE 6 12

RGB Percentages of Color #fe0612

%91.37
%2.16
%6.47

CMYK Percentages of Color #fe0612

%0
%98
%93
%0

Triadic Colors of #fe0612

#fe0612 #12fe06 #0612fe

Analogous Colors of #fe0612

#fe0612 #fe7606 #fe068e

Monochromatic Colors of #fe0612

#fe0612

Complementary Color

#fe0612 #06fef2

#fe0612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0612 Color CSS Codes

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

#fe0612 Text Font Color

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

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


#fe0612 Background Color

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

This div background color is #fe0612


#fe0612 Border Color

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

This div border color is #fe0612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0612

Related Colors


Comments

No comments written yet.

Please login to write comment.