Color Hex Logo

#fa7bee Color Hex

#FA7BEE
(250,123,238)
0 Favorites   0 Comments

Color spaces of #fa7bee

RGB 250123238
HSL0.850.930.73
HSV306°51°98°
CMYK 0.000.510.05   0.02
XYZ61.939940.663085.4731
Yxy40.66300.32930.2162
Hunter Lab63.767561.7908-34.8342
CIE-Lab69.939263.0642-36.3248

#fa7bee color RGB value is (250,123,238).

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

The process color (four color CMYK) of #fa7bee color hex is 0.00, 0.51, 0.05, 0.02. Web safe color of #fa7bee is #ff66ff. Color #fa7bee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111011 11101110
Octal 372 173 356
Decimal 250 123 238
Hex FA 7B EE

RGB Percentages of Color #fa7bee

%40.92
%20.13
%38.95

CMYK Percentages of Color #fa7bee

%0
%51
%5
%2

Triadic Colors of #fa7bee

#fa7bee #eefa7b #7beefa

Analogous Colors of #fa7bee

#fa7bee #fa7baf #c77bfa

Monochromatic Colors of #fa7bee

#fa7bee

Complementary Color

#fa7bee #7bfa87

#fa7bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7bee Color CSS Codes

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

#fa7bee Text Font Color

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

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


#fa7bee Background Color

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

This div background color is #fa7bee


#fa7bee Border Color

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

This div border color is #fa7bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7bee

Related Colors


Comments

No comments written yet.

Please login to write comment.