Color Hex Logo

#fe40bf Color Hex

#FE40BF
(254,64,191)
0 Favorites   0 Comments

Color spaces of #fe40bf

RGB 25464191
HSL0.890.990.62
HSV320°75°100°
CMYK 0.000.750.25   0.00
XYZ52.110428.499252.0446
Yxy28.49920.39280.2148
Hunter Lab53.384680.8162-20.4325
CIE-Lab60.337180.1889-24.7598

#fe40bf color RGB value is (254,64,191).

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

The process color (four color CMYK) of #fe40bf color hex is 0.00, 0.75, 0.25, 0.00. Web safe color of #fe40bf is #ff33cc. Color #fe40bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000000 10111111
Octal 376 100 277
Decimal 254 64 191
Hex FE 40 BF

RGB Percentages of Color #fe40bf

%49.90
%12.57
%37.52

CMYK Percentages of Color #fe40bf

%0
%75
%25
%0

Triadic Colors of #fe40bf

#fe40bf #bffe40 #40bffe

Analogous Colors of #fe40bf

#fe40bf #fe4060 #de40fe

Monochromatic Colors of #fe40bf

#fe40bf

Complementary Color

#fe40bf #40fe7f

#fe40bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe40bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe40bf Color CSS Codes

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

#fe40bf Text Font Color

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

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


#fe40bf Background Color

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

This div background color is #fe40bf


#fe40bf Border Color

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

This div border color is #fe40bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe40bf


Comments

No comments written yet.

Please login to write comment.