Color Hex Logo

#fe5abd Color Hex

#FE5ABD
(254,90,189)
0 Favorites   0 Comments

Color spaces of #fe5abd

RGB 25490189
HSL0.900.990.67
HSV324°65°100°
CMYK 0.000.650.26   0.00
XYZ53.714532.057351.5007
Yxy32.05730.39130.2335
Hunter Lab56.619270.2591-14.2967
CIE-Lab63.390271.1855-18.9491

#fe5abd color RGB value is (254,90,189).

#fe5abd hex color red value is 254, green value is 90 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fe5abd hue: 0.90 , saturation: 0.99 and the lightness value of fe5abd is 0.67.

The process color (four color CMYK) of #fe5abd color hex is 0.00, 0.65, 0.26, 0.00. Web safe color of #fe5abd is #ff66cc. Color #fe5abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011010 10111101
Octal 376 132 275
Decimal 254 90 189
Hex FE 5A BD

RGB Percentages of Color #fe5abd

%47.65
%16.89
%35.46

CMYK Percentages of Color #fe5abd

%0
%65
%26
%0

Triadic Colors of #fe5abd

#fe5abd #bdfe5a #5abdfe

Analogous Colors of #fe5abd

#fe5abd #fe5a6b #ed5afe

Monochromatic Colors of #fe5abd

#fe5abd

Complementary Color

#fe5abd #5afe9b

#fe5abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5abd Color CSS Codes

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

#fe5abd Text Font Color

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

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


#fe5abd Background Color

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

This div background color is #fe5abd


#fe5abd Border Color

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

This div border color is #fe5abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5abd

Related Colors


Comments

No comments written yet.

Please login to write comment.