Color Hex Logo

#fa69eb Color Hex

#FA69EB
(250,105,235)
0 Favorites   0 Comments

Color spaces of #fa69eb

RGB 250105235
HSL0.850.940.70
HSV306°58°98°
CMYK 0.000.580.06   0.02
XYZ59.471336.425382.4936
Yxy36.42530.33340.2042
Hunter Lab60.353470.2728-38.7928
CIE-Lab66.843670.5699-39.4928

#fa69eb color RGB value is (250,105,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101001 11101011
Octal 372 151 353
Decimal 250 105 235
Hex FA 69 EB

RGB Percentages of Color #fa69eb

%42.37
%17.80
%39.83

CMYK Percentages of Color #fa69eb

%0
%58
%6
%2

Triadic Colors of #fa69eb

#fa69eb #ebfa69 #69ebfa

Analogous Colors of #fa69eb

#fa69eb #fa69a3 #c169fa

Monochromatic Colors of #fa69eb

#fa69eb

Complementary Color

#fa69eb #69fa78

#fa69eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa69eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa69eb Color CSS Codes

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

#fa69eb Text Font Color

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

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


#fa69eb Background Color

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

This div background color is #fa69eb


#fa69eb Border Color

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

This div border color is #fa69eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa69eb

Related Colors


Comments

No comments written yet.

Please login to write comment.