Color Hex Logo

#fa66eb Color Hex

#FA66EB
(250,102,235)
0 Favorites   0 Comments

Color spaces of #fa66eb

RGB 250102235
HSL0.850.940.69
HSV306°59°98°
CMYK 0.000.590.06   0.02
XYZ59.171135.824982.3935
Yxy35.82490.33360.2020
Hunter Lab59.853971.7194-39.7195
CIE-Lab66.385971.8220-40.2081

#fa66eb color RGB value is (250,102,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100110 11101011
Octal 372 146 353
Decimal 250 102 235
Hex FA 66 EB

RGB Percentages of Color #fa66eb

%42.59
%17.38
%40.03

CMYK Percentages of Color #fa66eb

%0
%59
%6
%2

Triadic Colors of #fa66eb

#fa66eb #ebfa66 #66ebfa

Analogous Colors of #fa66eb

#fa66eb #fa66a1 #bf66fa

Monochromatic Colors of #fa66eb

#fa66eb

Complementary Color

#fa66eb #66fa75

#fa66eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa66eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa66eb Color CSS Codes

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

#fa66eb Text Font Color

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

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


#fa66eb Background Color

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

This div background color is #fa66eb


#fa66eb Border Color

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

This div border color is #fa66eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa66eb


Comments

No comments written yet.

Please login to write comment.