Color Hex Logo

#fe388b Color Hex

#FE388B
(254,56,139)
0 Favorites   0 Comments

Color spaces of #fe388b

RGB 25456139
HSL0.930.990.61
HSV335°78°100°
CMYK 0.000.780.45   0.00
XYZ46.947425.763326.9245
Yxy25.76330.47120.2586
Hunter Lab50.757676.27504.0797
CIE-Lab57.811777.08631.7282

#fe388b color RGB value is (254,56,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111000 10001011
Octal 376 70 213
Decimal 254 56 139
Hex FE 38 8B

RGB Percentages of Color #fe388b

%56.57
%12.47
%30.96

CMYK Percentages of Color #fe388b

%0
%78
%45
%0

Triadic Colors of #fe388b

#fe388b #8bfe38 #388bfe

Analogous Colors of #fe388b

#fe388b #fe4838 #fe38ee

Monochromatic Colors of #fe388b

#fe388b

Complementary Color

#fe388b #38feab

#fe388b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe388b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe388b Color CSS Codes

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

#fe388b Text Font Color

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

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


#fe388b Background Color

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

This div background color is #fe388b


#fe388b Border Color

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

This div border color is #fe388b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe388b

Related Colors


Comments

No comments written yet.

Please login to write comment.