Color Hex Logo

#fe57ca Color Hex

#FE57CA
(254,87,202)
0 Favorites   0 Comments

Color spaces of #fe57ca

RGB 25487202
HSL0.890.990.67
HSV319°66°100°
CMYK 0.000.660.20   0.00
XYZ54.941932.151559.1872
Yxy32.15150.37560.2198
Hunter Lab56.702373.7292-22.1967
CIE-Lab63.467973.9756-26.2111

#fe57ca color RGB value is (254,87,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010111 11001010
Octal 376 127 312
Decimal 254 87 202
Hex FE 57 CA

RGB Percentages of Color #fe57ca

%46.78
%16.02
%37.20

CMYK Percentages of Color #fe57ca

%0
%66
%20
%0

Triadic Colors of #fe57ca

#fe57ca #cafe57 #57cafe

Analogous Colors of #fe57ca

#fe57ca #fe5777 #df57fe

Monochromatic Colors of #fe57ca

#fe57ca

Complementary Color

#fe57ca #57fe8b

#fe57ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe57ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe57ca Color CSS Codes

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

#fe57ca Text Font Color

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

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


#fe57ca Background Color

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

This div background color is #fe57ca


#fe57ca Border Color

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

This div border color is #fe57ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe57ca


Comments

No comments written yet.

Please login to write comment.