Color Hex Logo

#fe57db Color Hex

#FE57DB
(254,87,219)
0 Favorites   0 Comments

Color spaces of #fe57db

RGB 25487219
HSL0.870.990.67
HSV313°66°100°
CMYK 0.000.660.14   0.00
XYZ57.067433.001770.3800
Yxy33.00170.35570.2057
Hunter Lab57.447176.7877-32.4248
CIE-Lab64.162376.2858-34.7149

#fe57db color RGB value is (254,87,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010111 11011011
Octal 376 127 333
Decimal 254 87 219
Hex FE 57 DB

RGB Percentages of Color #fe57db

%45.36
%15.54
%39.11

CMYK Percentages of Color #fe57db

%0
%66
%14
%0

Triadic Colors of #fe57db

#fe57db #dbfe57 #57dbfe

Analogous Colors of #fe57db

#fe57db #fe5788 #ce57fe

Monochromatic Colors of #fe57db

#fe57db

Complementary Color

#fe57db #57fe7a

#fe57db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe57db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe57db Color CSS Codes

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

#fe57db Text Font Color

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

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


#fe57db Background Color

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

This div background color is #fe57db


#fe57db Border Color

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

This div border color is #fe57db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe57db


Comments

No comments written yet.

Please login to write comment.