Color Hex Logo

#fa42eb Color Hex

#FA42EB
(250,66,235)
0 Favorites   0 Comments

Color spaces of #fa42eb

RGB 25066235
HSL0.850.950.62
HSV305°74°98°
CMYK 0.000.740.06   0.02
XYZ56.368030.218681.4591
Yxy30.21860.33540.1798
Hunter Lab54.971486.8348-49.3785
CIE-Lab61.842484.5551-47.3503

#fa42eb color RGB value is (250,66,235).

#fa42eb hex color red value is 250, green value is 66 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fa42eb hue: 0.85 , saturation: 0.95 and the lightness value of fa42eb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000010 11101011
Octal 372 102 353
Decimal 250 66 235
Hex FA 42 EB

RGB Percentages of Color #fa42eb

%45.37
%11.98
%42.65

CMYK Percentages of Color #fa42eb

%0
%74
%6
%2

Triadic Colors of #fa42eb

#fa42eb #ebfa42 #42ebfa

Analogous Colors of #fa42eb

#fa42eb #fa428f #ad42fa

Monochromatic Colors of #fa42eb

#fa42eb

Complementary Color

#fa42eb #42fa51

#fa42eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa42eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa42eb Color CSS Codes

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

#fa42eb Text Font Color

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

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


#fa42eb Background Color

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

This div background color is #fa42eb


#fa42eb Border Color

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

This div border color is #fa42eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa42eb


Comments

No comments written yet.

Please login to write comment.