color codes Logo

#fe55a1 color codes

#FE55A1
(254,85,161)
0 Favorites   0 Comments

Color spaces of #fe55a1

RGB 25485161
HSL0.930.990.66
HSV333°67°100°
CMYK 0.000.670.37   0.00
XYZ50.554630.141036.8715
Yxy30.14100.43000.2564
Hunter Lab54.900868.2926-1.3887
CIE-Lab61.775769.8741-5.3074

#fe55a1 color RGB value is (254,85,161).

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

The process color (four color CMYK) of #fe55a1 color code is 0.00, 0.67, 0.37, 0.00. Web safe color of #fe55a1 is #ff6699. Color #fe55a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 10100001
Octal 376 125 241
Decimal 254 85 161
Hex FE 55 A1

RGB Percentages of Color #fe55a1

%50.80
%17.00
%32.20

CMYK Percentages of Color #fe55a1

%0
%67
%37
%0

Triadic Colors of #fe55a1

#fe55a1 #a1fe55 #55a1fe

Analogous Colors of #fe55a1

#fe55a1 #fe5e55 #fe55f6

Monochromatic Colors of #fe55a1

#fe55a1

Complementary Color

#fe55a1 #55feb2

#fe55a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe55a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe55a1 Color CSS Codes

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

#fe55a1 Text Font Color

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

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


#fe55a1 Background Color

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

This div background color is #fe55a1


#fe55a1 Border Color

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

This div border color is #fe55a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe55a1

Related Colors


Comments

No comments written yet.

Please login to write comment.