Color Hex Logo

#fe438e Color Hex

#FE438E
(254,67,142)
0 Favorites   0 Comments

Color spaces of #fe438e

RGB 25467142
HSL0.930.990.63
HSV336°74°100°
CMYK 0.000.740.44   0.00
XYZ47.762727.038128.2927
Yxy27.03810.46330.2623
Hunter Lab51.998272.96364.1385
CIE-Lab59.009674.19781.7021

#fe438e color RGB value is (254,67,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000011 10001110
Octal 376 103 216
Decimal 254 67 142
Hex FE 43 8E

RGB Percentages of Color #fe438e

%54.86
%14.47
%30.67

CMYK Percentages of Color #fe438e

%0
%74
%44
%0

Triadic Colors of #fe438e

#fe438e #8efe43 #438efe

Analogous Colors of #fe438e

#fe438e #fe5643 #fe43ec

Monochromatic Colors of #fe438e

#fe438e

Complementary Color

#fe438e #43feb3

#fe438e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe438e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe438e Color CSS Codes

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

#fe438e Text Font Color

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

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


#fe438e Background Color

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

This div background color is #fe438e


#fe438e Border Color

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

This div border color is #fe438e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe438e

Related Colors


Comments

No comments written yet.

Please login to write comment.