Color Hex Logo

#fe438a Color Hex

#FE438A
(254,67,138)
0 Favorites   0 Comments

Color spaces of #fe438a

RGB 25467138
HSL0.940.990.63
HSV337°74°100°
CMYK 0.000.740.46   0.00
XYZ47.467726.920126.7390
Yxy26.92010.46940.2662
Hunter Lab51.884672.50645.7638
CIE-Lab58.900373.84883.8940

#fe438a color RGB value is (254,67,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000011 10001010
Octal 376 103 212
Decimal 254 67 138
Hex FE 43 8A

RGB Percentages of Color #fe438a

%55.34
%14.60
%30.07

CMYK Percentages of Color #fe438a

%0
%74
%46
%0

Triadic Colors of #fe438a

#fe438a #8afe43 #438afe

Analogous Colors of #fe438a

#fe438a #fe5a43 #fe43e8

Monochromatic Colors of #fe438a

#fe438a

Complementary Color

#fe438a #43feb7

#fe438a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe438a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe438a Color CSS Codes

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

#fe438a Text Font Color

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

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


#fe438a Background Color

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

This div background color is #fe438a


#fe438a Border Color

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

This div border color is #fe438a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe438a


Comments

No comments written yet.

Please login to write comment.