Color Hex Logo

#fa81eb Color Hex

#FA81EB
(250,129,235)
0 Favorites   0 Comments

Color spaces of #fa81eb

RGB 250129235
HSL0.850.920.74
HSV307°48°98°
CMYK 0.000.480.06   0.02
XYZ62.270042.022783.4265
Yxy42.02270.33170.2239
Hunter Lab64.824958.0212-30.9259
CIE-Lab70.886659.7493-33.2069

#fa81eb color RGB value is (250,129,235).

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

The process color (four color CMYK) of #fa81eb color hex is 0.00, 0.48, 0.06, 0.02. Web safe color of #fa81eb is #ff99ff. Color #fa81eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 11101011
Octal 372 201 353
Decimal 250 129 235
Hex FA 81 EB

RGB Percentages of Color #fa81eb

%40.72
%21.01
%38.27

CMYK Percentages of Color #fa81eb

%0
%48
%6
%2

Triadic Colors of #fa81eb

#fa81eb #ebfa81 #81ebfa

Analogous Colors of #fa81eb

#fa81eb #fa81af #cd81fa

Monochromatic Colors of #fa81eb

#fa81eb

Complementary Color

#fa81eb #81fa90

#fa81eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa81eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa81eb Color CSS Codes

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

#fa81eb Text Font Color

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

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


#fa81eb Background Color

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

This div background color is #fa81eb


#fa81eb Border Color

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

This div border color is #fa81eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa81eb


Comments

No comments written yet.

Please login to write comment.