Color Hex Logo

#fe4eeb Color Hex

#FE4EEB
(254,78,235)
0 Favorites   0 Comments

Color spaces of #fe4eeb

RGB 25478235
HSL0.850.990.65
HSV306°69°100°
CMYK 0.000.690.07   0.00
XYZ58.592832.517881.7856
Yxy32.51780.33890.1881
Hunter Lab57.024483.6169-45.1179
CIE-Lab63.768681.7083-44.2715

#fe4eeb color RGB value is (254,78,235).

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

The process color (four color CMYK) of #fe4eeb color hex is 0.00, 0.69, 0.07, 0.00. Web safe color of #fe4eeb is #ff66ff. Color #fe4eeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001110 11101011
Octal 376 116 353
Decimal 254 78 235
Hex FE 4E EB

RGB Percentages of Color #fe4eeb

%44.80
%13.76
%41.45

CMYK Percentages of Color #fe4eeb

%0
%69
%7
%0

Triadic Colors of #fe4eeb

#fe4eeb #ebfe4e #4eebfe

Analogous Colors of #fe4eeb

#fe4eeb #fe4e93 #b94efe

Monochromatic Colors of #fe4eeb

#fe4eeb

Complementary Color

#fe4eeb #4efe61

#fe4eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4eeb Color CSS Codes

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

#fe4eeb Text Font Color

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

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


#fe4eeb Background Color

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

This div background color is #fe4eeb


#fe4eeb Border Color

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

This div border color is #fe4eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4eeb

Related Colors

#fe4eeb Color Palettes


Comments

No comments written yet.

Please login to write comment.