Color Hex Logo

#fe62fb Color Hex

#FE62FB
(254,98,251)
0 Favorites   0 Comments

Color spaces of #fe62fb

RGB 25498251
HSL0.840.990.69
HSV301°61°100°
CMYK 0.000.610.01   0.00
XYZ62.653336.771295.0621
Yxy36.77120.32210.1891
Hunter Lab60.639378.3099-50.4994
CIE-Lab67.105076.9382-47.8676

#fe62fb color RGB value is (254,98,251).

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

The process color (four color CMYK) of #fe62fb color hex is 0.00, 0.61, 0.01, 0.00. Web safe color of #fe62fb is #ff66ff. Color #fe62fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100010 11111011
Octal 376 142 373
Decimal 254 98 251
Hex FE 62 FB

RGB Percentages of Color #fe62fb

%42.12
%16.25
%41.63

CMYK Percentages of Color #fe62fb

%0
%61
%1
%0

Triadic Colors of #fe62fb

#fe62fb #fbfe62 #62fbfe

Analogous Colors of #fe62fb

#fe62fb #fe62ad #b362fe

Monochromatic Colors of #fe62fb

#fe62fb

Complementary Color

#fe62fb #62fe65

#fe62fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe62fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe62fb Color CSS Codes

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

#fe62fb Text Font Color

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

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


#fe62fb Background Color

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

This div background color is #fe62fb


#fe62fb Border Color

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

This div border color is #fe62fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe62fb

Related Colors


Comments

No comments written yet.

Please login to write comment.