Color Hex Logo

#fe4bf4 Color Hex

#FE4BF4
(254,75,244)
0 Favorites   0 Comments

Color spaces of #fe4bf4

RGB 25475244
HSL0.840.990.65
HSV303°70°100°
CMYK 0.000.700.04   0.00
XYZ59.718332.634688.7396
Yxy32.63460.32980.1802
Hunter Lab57.126786.6261-52.1113
CIE-Lab63.863984.0046-49.1203

#fe4bf4 color RGB value is (254,75,244).

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

The process color (four color CMYK) of #fe4bf4 color hex is 0.00, 0.70, 0.04, 0.00. Web safe color of #fe4bf4 is #ff33ff. Color #fe4bf4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001011 11110100
Octal 376 113 364
Decimal 254 75 244
Hex FE 4B F4

RGB Percentages of Color #fe4bf4

%44.33
%13.09
%42.58

CMYK Percentages of Color #fe4bf4

%0
%70
%4
%0

Triadic Colors of #fe4bf4

#fe4bf4 #f4fe4b #4bf4fe

Analogous Colors of #fe4bf4

#fe4bf4 #fe4b9b #af4bfe

Monochromatic Colors of #fe4bf4

#fe4bf4

Complementary Color

#fe4bf4 #4bfe55

#fe4bf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4bf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4bf4 Color CSS Codes

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

#fe4bf4 Text Font Color

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

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


#fe4bf4 Background Color

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

This div background color is #fe4bf4


#fe4bf4 Border Color

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

This div border color is #fe4bf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4bf4

Related Colors


Comments

No comments written yet.

Please login to write comment.