Color Hex Logo

#fe388d Color Hex

#FE388D
(254,56,141)
0 Favorites   0 Comments

Color spaces of #fe388d

RGB 25456141
HSL0.930.990.61
HSV334°78°100°
CMYK 0.000.780.44   0.00
XYZ47.094925.822327.7013
Yxy25.82230.46810.2566
Hunter Lab50.815676.50283.2500
CIE-Lab57.868077.25710.6294

#fe388d color RGB value is (254,56,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111000 10001101
Octal 376 70 215
Decimal 254 56 141
Hex FE 38 8D

RGB Percentages of Color #fe388d

%56.32
%12.42
%31.26

CMYK Percentages of Color #fe388d

%0
%78
%44
%0

Triadic Colors of #fe388d

#fe388d #8dfe38 #388dfe

Analogous Colors of #fe388d

#fe388d #fe4638 #fe38f0

Monochromatic Colors of #fe388d

#fe388d

Complementary Color

#fe388d #38fea9

#fe388d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe388d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe388d Color CSS Codes

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

#fe388d Text Font Color

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

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


#fe388d Background Color

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

This div background color is #fe388d


#fe388d Border Color

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

This div border color is #fe388d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe388d


Comments

No comments written yet.

Please login to write comment.