Color Hex Logo

#fe55da Color Hex

#FE55DA
(254,85,218)
0 Favorites   0 Comments

Color spaces of #fe55da

RGB 25485218
HSL0.870.990.66
HSV313°67°100°
CMYK 0.000.670.14   0.00
XYZ56.776432.629869.6354
Yxy32.62980.35700.2052
Hunter Lab57.122577.4541-32.2919
CIE-Lab63.860076.8705-34.6241

#fe55da color RGB value is (254,85,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 11011010
Octal 376 125 332
Decimal 254 85 218
Hex FE 55 DA

RGB Percentages of Color #fe55da

%45.60
%15.26
%39.14

CMYK Percentages of Color #fe55da

%0
%67
%14
%0

Triadic Colors of #fe55da

#fe55da #dafe55 #55dafe

Analogous Colors of #fe55da

#fe55da #fe5586 #ce55fe

Monochromatic Colors of #fe55da

#fe55da

Complementary Color

#fe55da #55fe79

#fe55da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe55da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe55da Color CSS Codes

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

#fe55da Text Font Color

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

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


#fe55da Background Color

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

This div background color is #fe55da


#fe55da Border Color

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

This div border color is #fe55da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe55da

Related Colors


Comments

No comments written yet.

Please login to write comment.