Color Hex Logo

#fe57cd Color Hex

#FE57CD
(254,87,205)
0 Favorites   0 Comments

Color spaces of #fe57cd

RGB 25487205
HSL0.880.990.67
HSV318°66°100°
CMYK 0.000.660.19   0.00
XYZ55.300732.295061.0765
Yxy32.29500.37200.2172
Hunter Lab56.828774.2503-23.9417
CIE-Lab63.586074.3715-27.7261

#fe57cd color RGB value is (254,87,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010111 11001101
Octal 376 127 315
Decimal 254 87 205
Hex FE 57 CD

RGB Percentages of Color #fe57cd

%46.52
%15.93
%37.55

CMYK Percentages of Color #fe57cd

%0
%66
%19
%0

Triadic Colors of #fe57cd

#fe57cd #cdfe57 #57cdfe

Analogous Colors of #fe57cd

#fe57cd #fe577a #dc57fe

Monochromatic Colors of #fe57cd

#fe57cd

Complementary Color

#fe57cd #57fe88

#fe57cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe57cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe57cd Color CSS Codes

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

#fe57cd Text Font Color

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

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


#fe57cd Background Color

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

This div background color is #fe57cd


#fe57cd Border Color

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

This div border color is #fe57cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe57cd

Related Colors


Comments

No comments written yet.

Please login to write comment.