Color Hex Logo

#fe55e4 Color Hex

#FE55E4
(254,85,228)
0 Favorites   0 Comments

Color spaces of #fe55e4

RGB 25485228
HSL0.860.990.66
HSV309°67°100°
CMYK 0.000.670.10   0.00
XYZ58.125133.169376.7376
Yxy33.16930.34590.1974
Hunter Lab57.592879.3624-38.6840
CIE-Lab64.297878.2920-39.5389

#fe55e4 color RGB value is (254,85,228).

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

The process color (four color CMYK) of #fe55e4 color hex is 0.00, 0.67, 0.10, 0.00. Web safe color of #fe55e4 is #ff66cc. Color #fe55e4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 11100100
Octal 376 125 344
Decimal 254 85 228
Hex FE 55 E4

RGB Percentages of Color #fe55e4

%44.80
%14.99
%40.21

CMYK Percentages of Color #fe55e4

%0
%67
%10
%0

Triadic Colors of #fe55e4

#fe55e4 #e4fe55 #55e4fe

Analogous Colors of #fe55e4

#fe55e4 #fe5590 #c455fe

Monochromatic Colors of #fe55e4

#fe55e4

Complementary Color

#fe55e4 #55fe6f

#fe55e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe55e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe55e4 Color CSS Codes

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

#fe55e4 Text Font Color

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

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


#fe55e4 Background Color

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

This div background color is #fe55e4


#fe55e4 Border Color

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

This div border color is #fe55e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe55e4

Related Colors


Comments

No comments written yet.

Please login to write comment.