Color Hex Logo

#fe338a Color Hex

#FE338A
(254,51,138)
0 Favorites   0 Comments

Color spaces of #fe338a

RGB 25451138
HSL0.930.990.60
HSV334°80°100°
CMYK 0.000.800.46   0.00
XYZ46.644325.273526.4646
Yxy25.27350.47410.2569
Hunter Lab50.272877.63943.9795
CIE-Lab57.340978.26301.6354

#fe338a color RGB value is (254,51,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110011 10001010
Octal 376 63 212
Decimal 254 51 138
Hex FE 33 8A

RGB Percentages of Color #fe338a

%57.34
%11.51
%31.15

CMYK Percentages of Color #fe338a

%0
%80
%46
%0

Triadic Colors of #fe338a

#fe338a #8afe33 #338afe

Analogous Colors of #fe338a

#fe338a #fe4133 #fe33f0

Monochromatic Colors of #fe338a

#fe338a

Complementary Color

#fe338a #33fea7

#fe338a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe338a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe338a Color CSS Codes

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

#fe338a Text Font Color

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

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


#fe338a Background Color

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

This div background color is #fe338a


#fe338a Border Color

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

This div border color is #fe338a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe338a


Comments

No comments written yet.

Please login to write comment.