Color Hex Logo

#fe388e Color Hex

#FE388E
(254,56,142)
0 Favorites   0 Comments

Color spaces of #fe388e

RGB 25456142
HSL0.930.990.61
HSV334°78°100°
CMYK 0.000.780.44   0.00
XYZ47.169725.852228.0950
Yxy25.85220.46650.2557
Hunter Lab50.845176.61822.8302
CIE-Lab57.896577.34360.0810

#fe388e color RGB value is (254,56,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111000 10001110
Octal 376 70 216
Decimal 254 56 142
Hex FE 38 8E

RGB Percentages of Color #fe388e

%56.19
%12.39
%31.42

CMYK Percentages of Color #fe388e

%0
%78
%44
%0

Triadic Colors of #fe388e

#fe388e #8efe38 #388efe

Analogous Colors of #fe388e

#fe388e #fe4538 #fe38f1

Monochromatic Colors of #fe388e

#fe388e

Complementary Color

#fe388e #38fea8

#fe388e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe388e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe388e Color CSS Codes

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

#fe388e Text Font Color

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

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


#fe388e Background Color

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

This div background color is #fe388e


#fe388e Border Color

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

This div border color is #fe388e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe388e

Related Colors


Comments

No comments written yet.

Please login to write comment.