Color Hex Logo

#fe388f Color Hex

#FE388F
(254,56,143)
0 Favorites   0 Comments

Color spaces of #fe388f

RGB 25456143
HSL0.930.990.61
HSV334°78°100°
CMYK 0.000.780.44   0.00
XYZ47.245125.882328.4923
Yxy25.88230.46490.2547
Hunter Lab50.874676.73462.4069
CIE-Lab57.925277.4309-0.4670

#fe388f color RGB value is (254,56,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111000 10001111
Octal 376 70 217
Decimal 254 56 143
Hex FE 38 8F

RGB Percentages of Color #fe388f

%56.07
%12.36
%31.57

CMYK Percentages of Color #fe388f

%0
%78
%44
%0

Triadic Colors of #fe388f

#fe388f #8ffe38 #388ffe

Analogous Colors of #fe388f

#fe388f #fe4438 #fe38f2

Monochromatic Colors of #fe388f

#fe388f

Complementary Color

#fe388f #38fea7

#fe388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe388f Color CSS Codes

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

#fe388f Text Font Color

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

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


#fe388f Background Color

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

This div background color is #fe388f


#fe388f Border Color

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

This div border color is #fe388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe388f


Comments

No comments written yet.

Please login to write comment.