Color Hex Logo

#fa20ea Color Hex

#FA20EA
(250,32,234)
0 Favorites   0 Comments

Color spaces of #fa20ea

RGB 25032234
HSL0.850.960.55
HSV304°87°98°
CMYK 0.000.870.06   0.02
XYZ54.792127.297580.2230
Yxy27.29750.33760.1682
Hunter Lab52.247095.7629-54.4643
CIE-Lab59.248791.7830-50.8991

#fa20ea color RGB value is (250,32,234).

#fa20ea hex color red value is 250, green value is 32 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fa20ea hue: 0.85 , saturation: 0.96 and the lightness value of fa20ea is 0.55.

The process color (four color CMYK) of #fa20ea color hex is 0.00, 0.87, 0.06, 0.02. Web safe color of #fa20ea is #ff33ff. Color #fa20ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100000 11101010
Octal 372 40 352
Decimal 250 32 234
Hex FA 20 EA

RGB Percentages of Color #fa20ea

%48.45
%6.20
%45.35

CMYK Percentages of Color #fa20ea

%0
%87
%6
%2

Triadic Colors of #fa20ea

#fa20ea #eafa20 #20eafa

Analogous Colors of #fa20ea

#fa20ea #fa207d #9d20fa

Monochromatic Colors of #fa20ea

#fa20ea

Complementary Color

#fa20ea #20fa30

#fa20ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa20ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa20ea Color CSS Codes

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

#fa20ea Text Font Color

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

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


#fa20ea Background Color

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

This div background color is #fa20ea


#fa20ea Border Color

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

This div border color is #fa20ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,32,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa20ea


Comments

No comments written yet.

Please login to write comment.