Color Hex Logo

#fe3332 Color Hex

#FE3332
(254,51,50)
1 Favorites   0 Comments

Color spaces of #fe3332

RGB 2545150
HSL0.000.990.60
HSV80°100°
CMYK 0.000.800.80   0.00
XYZ42.632623.66885.3392
Yxy23.66880.59510.3304
Hunter Lab48.650671.281327.5486
CIE-Lab55.754773.453250.5108

#fe3332 color RGB value is (254,51,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110011 00110010
Octal 376 63 62
Decimal 254 51 50
Hex FE 33 32

RGB Percentages of Color #fe3332

%71.55
%14.37
%14.08

CMYK Percentages of Color #fe3332

%0
%80
%80
%0

Triadic Colors of #fe3332

#fe3332 #32fe33 #3332fe

Analogous Colors of #fe3332

#fe3332 #fe9932 #fe3297

Monochromatic Colors of #fe3332

#fe3332

Complementary Color

#fe3332 #32fdfe

#fe3332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3332 Color CSS Codes

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

#fe3332 Text Font Color

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

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


#fe3332 Background Color

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

This div background color is #fe3332


#fe3332 Border Color

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

This div border color is #fe3332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3332

#fe3332 Color Palettes


Comments

No comments written yet.

Please login to write comment.