Color Hex Logo

#fe51bf Color Hex

#FE51BF
(254,81,191)
0 Favorites   0 Comments

Color spaces of #fe51bf

RGB 25481191
HSL0.890.990.66
HSV322°68°100°
CMYK 0.000.680.25   0.00
XYZ53.219530.717352.4143
Yxy30.71730.39030.2253
Hunter Lab55.423274.4121-17.2750
CIE-Lab62.268374.7477-21.7996

#fe51bf color RGB value is (254,81,191).

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

The process color (four color CMYK) of #fe51bf color hex is 0.00, 0.68, 0.25, 0.00. Web safe color of #fe51bf is #ff66cc. Color #fe51bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010001 10111111
Octal 376 121 277
Decimal 254 81 191
Hex FE 51 BF

RGB Percentages of Color #fe51bf

%48.29
%15.40
%36.31

CMYK Percentages of Color #fe51bf

%0
%68
%25
%0

Triadic Colors of #fe51bf

#fe51bf #bffe51 #51bffe

Analogous Colors of #fe51bf

#fe51bf #fe5169 #e751fe

Monochromatic Colors of #fe51bf

#fe51bf

Complementary Color

#fe51bf #51fe90

#fe51bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe51bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe51bf Color CSS Codes

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

#fe51bf Text Font Color

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

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


#fe51bf Background Color

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

This div background color is #fe51bf


#fe51bf Border Color

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

This div border color is #fe51bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe51bf

Related Colors


Comments

No comments written yet.

Please login to write comment.