Color Hex Logo

#fe13fb Color Hex

#FE13FB
(254,19,251)
0 Favorites   0 Comments

Color spaces of #fe13fb

RGB 25419251
HSL0.840.990.54
HSV301°93°100°
CMYK 0.000.930.01   0.00
XYZ58.518528.501693.6839
Yxy28.50160.32380.1577
Hunter Lab53.3869102.2306-66.6719
CIE-Lab60.339296.3099-58.6045

#fe13fb color RGB value is (254,19,251).

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

The process color (four color CMYK) of #fe13fb color hex is 0.00, 0.93, 0.01, 0.00. Web safe color of #fe13fb is #ff00ff. Color #fe13fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010011 11111011
Octal 376 23 373
Decimal 254 19 251
Hex FE 13 FB

RGB Percentages of Color #fe13fb

%48.47
%3.63
%47.90

CMYK Percentages of Color #fe13fb

%0
%93
%1
%0

Triadic Colors of #fe13fb

#fe13fb #fbfe13 #13fbfe

Analogous Colors of #fe13fb

#fe13fb #fe1386 #8c13fe

Monochromatic Colors of #fe13fb

#fe13fb

Complementary Color

#fe13fb #13fe16

#fe13fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe13fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe13fb Color CSS Codes

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

#fe13fb Text Font Color

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

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


#fe13fb Background Color

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

This div background color is #fe13fb


#fe13fb Border Color

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

This div border color is #fe13fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe13fb

Related Colors


Comments

No comments written yet.

Please login to write comment.