Color Hex Logo

#fe0133 Color Hex

#FE0133
(254,1,51)
0 Favorites   0 Comments

Color spaces of #fe0133

RGB 254151
HSL0.970.990.50
HSV348°100°100°
CMYK 0.001.000.80   0.00
XYZ41.481421.33165.0631
Yxy21.33160.61110.3143
Hunter Lab46.186179.491425.8307
CIE-Lab53.310580.511847.5810

#fe0133 color RGB value is (254,1,51).

#fe0133 hex color red value is 254, green value is 1 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #fe0133 hue: 0.97 , saturation: 0.99 and the lightness value of fe0133 is 0.50.

The process color (four color CMYK) of #fe0133 color hex is 0.00, 1.00, 0.80, 0.00. Web safe color of #fe0133 is #ff0033. Color #fe0133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000001 00110011
Octal 376 1 63
Decimal 254 1 51
Hex FE 1 33

RGB Percentages of Color #fe0133

%83.01
%0.33
%16.67

CMYK Percentages of Color #fe0133

%0
%100
%80
%0

Triadic Colors of #fe0133

#fe0133 #33fe01 #0133fe

Analogous Colors of #fe0133

#fe0133 #fe4e01 #fe01b2

Monochromatic Colors of #fe0133

#fe0133

Complementary Color

#fe0133 #01fecc

#fe0133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0133 Color CSS Codes

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

#fe0133 Text Font Color

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

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


#fe0133 Background Color

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

This div background color is #fe0133


#fe0133 Border Color

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

This div border color is #fe0133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0133

Related Colors


Comments

No comments written yet.

Please login to write comment.