Color Hex Logo

#fa57ca Color Hex

#FA57CA
(250,87,202)
0 Favorites   0 Comments

Color spaces of #fa57ca

RGB 25087202
HSL0.880.940.66
HSV318°65°98°
CMYK 0.000.650.19   0.02
XYZ53.493231.404759.1194
Yxy31.40470.37140.2181
Hunter Lab56.039972.3184-23.3202
CIE-Lab62.847872.9550-27.2179

#fa57ca color RGB value is (250,87,202).

#fa57ca hex color red value is 250, green value is 87 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fa57ca hue: 0.88 , saturation: 0.94 and the lightness value of fa57ca is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010111 11001010
Octal 372 127 312
Decimal 250 87 202
Hex FA 57 CA

RGB Percentages of Color #fa57ca

%46.38
%16.14
%37.48

CMYK Percentages of Color #fa57ca

%0
%65
%19
%2

Triadic Colors of #fa57ca

#fa57ca #cafa57 #57cafa

Analogous Colors of #fa57ca

#fa57ca #fa5779 #d957fa

Monochromatic Colors of #fa57ca

#fa57ca

Complementary Color

#fa57ca #57fa87

#fa57ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa57ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa57ca Color CSS Codes

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

#fa57ca Text Font Color

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

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


#fa57ca Background Color

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

This div background color is #fa57ca


#fa57ca Border Color

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

This div border color is #fa57ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,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 #fa57ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa57ca


Comments

No comments written yet.

Please login to write comment.