Color Hex Logo

#fe43ba Color Hex

#FE43BA
(254,67,186)
0 Favorites   0 Comments

Color spaces of #fe43ba

RGB 25467186
HSL0.890.990.63
HSV322°74°100°
CMYK 0.000.740.27   0.00
XYZ51.743128.630349.2534
Yxy28.63030.39920.2209
Hunter Lab53.507378.9769-17.1213
CIE-Lab60.454078.7213-21.7112

#fe43ba color RGB value is (254,67,186).

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

The process color (four color CMYK) of #fe43ba color hex is 0.00, 0.74, 0.27, 0.00. Web safe color of #fe43ba is #ff33cc. Color #fe43ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000011 10111010
Octal 376 103 272
Decimal 254 67 186
Hex FE 43 BA

RGB Percentages of Color #fe43ba

%50.10
%13.21
%36.69

CMYK Percentages of Color #fe43ba

%0
%74
%27
%0

Triadic Colors of #fe43ba

#fe43ba #bafe43 #43bafe

Analogous Colors of #fe43ba

#fe43ba #fe435c #e543fe

Monochromatic Colors of #fe43ba

#fe43ba

Complementary Color

#fe43ba #43fe87

#fe43ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe43ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe43ba Color CSS Codes

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

#fe43ba Text Font Color

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

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


#fe43ba Background Color

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

This div background color is #fe43ba


#fe43ba Border Color

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

This div border color is #fe43ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe43ba

Related Colors


Comments

No comments written yet.

Please login to write comment.