Color Hex Logo

#fa72eb Color Hex

#FA72EB
(250,114,235)
0 Favorites   0 Comments

Color spaces of #fa72eb

RGB 250114235
HSL0.850.930.71
HSV307°54°98°
CMYK 0.000.540.06   0.02
XYZ60.437138.356882.8155
Yxy38.35680.33280.2112
Hunter Lab61.932965.8065-35.9285
CIE-Lab68.282866.6693-37.2483

#fa72eb color RGB value is (250,114,235).

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

The process color (four color CMYK) of #fa72eb color hex is 0.00, 0.54, 0.06, 0.02. Web safe color of #fa72eb is #ff66ff. Color #fa72eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110010 11101011
Octal 372 162 353
Decimal 250 114 235
Hex FA 72 EB

RGB Percentages of Color #fa72eb

%41.74
%19.03
%39.23

CMYK Percentages of Color #fa72eb

%0
%54
%6
%2

Triadic Colors of #fa72eb

#fa72eb #ebfa72 #72ebfa

Analogous Colors of #fa72eb

#fa72eb #fa72a7 #c572fa

Monochromatic Colors of #fa72eb

#fa72eb

Complementary Color

#fa72eb #72fa81

#fa72eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa72eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa72eb Color CSS Codes

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

#fa72eb Text Font Color

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

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


#fa72eb Background Color

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

This div background color is #fa72eb


#fa72eb Border Color

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

This div border color is #fa72eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa72eb


Comments

No comments written yet.

Please login to write comment.