Color Hex Logo

#fe038a Color Hex

#FE038A
(254,3,138)
0 Favorites   0 Comments

Color spaces of #fe038a

RGB 2543138
HSL0.910.990.50
HSV328°99°100°
CMYK 0.000.990.46   0.00
XYZ45.493122.970926.0808
Yxy22.97090.48120.2430
Hunter Lab47.928085.55781.2859
CIE-Lab55.042484.8991-1.7214

#fe038a color RGB value is (254,3,138).

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

The process color (four color CMYK) of #fe038a color hex is 0.00, 0.99, 0.46, 0.00. Web safe color of #fe038a is #ff0099. Color #fe038a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000011 10001010
Octal 376 3 212
Decimal 254 3 138
Hex FE 3 8A

RGB Percentages of Color #fe038a

%64.30
%0.76
%34.94

CMYK Percentages of Color #fe038a

%0
%99
%46
%0

Triadic Colors of #fe038a

#fe038a #8afe03 #038afe

Analogous Colors of #fe038a

#fe038a #fe030c #f503fe

Monochromatic Colors of #fe038a

#fe038a

Complementary Color

#fe038a #03fe77

#fe038a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe038a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe038a Color CSS Codes

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

#fe038a Text Font Color

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

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


#fe038a Background Color

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

This div background color is #fe038a


#fe038a Border Color

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

This div border color is #fe038a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,3,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 #fe038a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe038a


Comments

No comments written yet.

Please login to write comment.