Color Hex Logo

#fe3392 Color Hex

#FE3392
(254,51,146)
0 Favorites   0 Comments

Color spaces of #fe3392

RGB 25451146
HSL0.920.990.60
HSV332°80°100°
CMYK 0.000.800.43   0.00
XYZ47.245225.513829.6287
Yxy25.51380.46140.2492
Hunter Lab50.511278.56380.5797
CIE-Lab57.572678.9506-2.7533

#fe3392 color RGB value is (254,51,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110011 10010010
Octal 376 63 222
Decimal 254 51 146
Hex FE 33 92

RGB Percentages of Color #fe3392

%56.32
%11.31
%32.37

CMYK Percentages of Color #fe3392

%0
%80
%43
%0

Triadic Colors of #fe3392

#fe3392 #92fe33 #3392fe

Analogous Colors of #fe3392

#fe3392 #fe3a33 #fe33f8

Monochromatic Colors of #fe3392

#fe3392

Complementary Color

#fe3392 #33fe9f

#fe3392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3392 Color CSS Codes

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

#fe3392 Text Font Color

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

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


#fe3392 Background Color

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

This div background color is #fe3392


#fe3392 Border Color

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

This div border color is #fe3392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3392


Comments

No comments written yet.

Please login to write comment.