Color Hex Logo

#fe338c Color Hex

#FE338C
(254,51,140)
0 Favorites   0 Comments

Color spaces of #fe338c

RGB 25451140
HSL0.930.990.60
HSV334°80°100°
CMYK 0.000.800.45   0.00
XYZ46.790525.331927.2344
Yxy25.33190.47090.2550
Hunter Lab50.330877.86533.1493
CIE-Lab57.397478.43130.5341

#fe338c color RGB value is (254,51,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110011 10001100
Octal 376 63 214
Decimal 254 51 140
Hex FE 33 8C

RGB Percentages of Color #fe338c

%57.08
%11.46
%31.46

CMYK Percentages of Color #fe338c

%0
%80
%45
%0

Triadic Colors of #fe338c

#fe338c #8cfe33 #338cfe

Analogous Colors of #fe338c

#fe338c #fe4033 #fe33f2

Monochromatic Colors of #fe338c

#fe338c

Complementary Color

#fe338c #33fea5

#fe338c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe338c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe338c Color CSS Codes

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

#fe338c Text Font Color

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

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


#fe338c Background Color

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

This div background color is #fe338c


#fe338c Border Color

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

This div border color is #fe338c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe338c

Related Colors


Comments

No comments written yet.

Please login to write comment.