Color Hex Logo

#fa89ef Color Hex

#FA89EF
(250,137,239)
0 Favorites   0 Comments

Color spaces of #fa89ef

RGB 250137239
HSL0.850.920.76
HSV306°45°98°
CMYK 0.000.450.04   0.02
XYZ63.950044.447386.8700
Yxy44.44730.32750.2276
Hunter Lab66.668854.5502-30.5872
CIE-Lab72.526556.5515-32.8636

#fa89ef color RGB value is (250,137,239).

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

The process color (four color CMYK) of #fa89ef color hex is 0.00, 0.45, 0.04, 0.02. Web safe color of #fa89ef is #ff99ff. Color #fa89ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001001 11101111
Octal 372 211 357
Decimal 250 137 239
Hex FA 89 EF

RGB Percentages of Color #fa89ef

%39.94
%21.88
%38.18

CMYK Percentages of Color #fa89ef

%0
%45
%4
%2

Triadic Colors of #fa89ef

#fa89ef #effa89 #89effa

Analogous Colors of #fa89ef

#fa89ef #fa89b7 #cd89fa

Monochromatic Colors of #fa89ef

#fa89ef

Complementary Color

#fa89ef #89fa94

#fa89ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa89ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa89ef Color CSS Codes

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

#fa89ef Text Font Color

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

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


#fa89ef Background Color

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

This div background color is #fa89ef


#fa89ef Border Color

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

This div border color is #fa89ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa89ef


Comments

No comments written yet.

Please login to write comment.