Color Hex Logo

#fe438f Color Hex

#FE438F
(254,67,143)
0 Favorites   0 Comments

Color spaces of #fe438f

RGB 25467143
HSL0.930.990.63
HSV336°74°100°
CMYK 0.000.740.44   0.00
XYZ47.838127.068328.6900
Yxy27.06830.46180.2613
Hunter Lab52.027273.08003.7240
CIE-Lab59.037574.28661.1557

#fe438f color RGB value is (254,67,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000011 10001111
Octal 376 103 217
Decimal 254 67 143
Hex FE 43 8F

RGB Percentages of Color #fe438f

%54.74
%14.44
%30.82

CMYK Percentages of Color #fe438f

%0
%74
%44
%0

Triadic Colors of #fe438f

#fe438f #8ffe43 #438ffe

Analogous Colors of #fe438f

#fe438f #fe5543 #fe43ed

Monochromatic Colors of #fe438f

#fe438f

Complementary Color

#fe438f #43feb2

#fe438f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe438f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe438f Color CSS Codes

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

#fe438f Text Font Color

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

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


#fe438f Background Color

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

This div background color is #fe438f


#fe438f Border Color

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

This div border color is #fe438f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe438f

Related Colors


Comments

No comments written yet.

Please login to write comment.