Color Hex Logo

#fe13ba Color Hex

#FE13BA
(254,19,186)
0 Favorites   0 Comments

Color spaces of #fe13ba

RGB 25419186
HSL0.880.990.54
HSV317°93°100°
CMYK 0.000.930.27   0.00
XYZ49.968825.081748.6620
Yxy25.08170.40390.2027
Hunter Lab50.081690.4550-22.5522
CIE-Lab57.154988.2203-26.7822

#fe13ba color RGB value is (254,19,186).

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

The process color (four color CMYK) of #fe13ba color hex is 0.00, 0.93, 0.27, 0.00. Web safe color of #fe13ba is #ff00cc. Color #fe13ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010011 10111010
Octal 376 23 272
Decimal 254 19 186
Hex FE 13 BA

RGB Percentages of Color #fe13ba

%55.34
%4.14
%40.52

CMYK Percentages of Color #fe13ba

%0
%93
%27
%0

Triadic Colors of #fe13ba

#fe13ba #bafe13 #13bafe

Analogous Colors of #fe13ba

#fe13ba #fe1345 #cd13fe

Monochromatic Colors of #fe13ba

#fe13ba

Complementary Color

#fe13ba #13fe57

#fe13ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe13ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe13ba Color CSS Codes

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

#fe13ba Text Font Color

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

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


#fe13ba Background Color

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

This div background color is #fe13ba


#fe13ba Border Color

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

This div border color is #fe13ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe13ba


Comments

No comments written yet.

Please login to write comment.