Color Hex Logo

#fb7aee Color Hex

#FB7AEE
(251,122,238)
0 Favorites   0 Comments

Color spaces of #fb7aee

RGB 251122238
HSL0.850.940.73
HSV306°51°98°
CMYK 0.000.510.05   0.02
XYZ62.175840.601385.4487
Yxy40.60130.33030.2157
Hunter Lab63.719162.6680-34.9057
CIE-Lab69.895763.8013-36.3822

#fb7aee color RGB value is (251,122,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111010 11101110
Octal 373 172 356
Decimal 251 122 238
Hex FB 7A EE

RGB Percentages of Color #fb7aee

%41.08
%19.97
%38.95

CMYK Percentages of Color #fb7aee

%0
%51
%5
%2

Triadic Colors of #fb7aee

#fb7aee #eefb7a #7aeefb

Analogous Colors of #fb7aee

#fb7aee #fb7aae #c87afb

Monochromatic Colors of #fb7aee

#fb7aee

Complementary Color

#fb7aee #7afb87

#fb7aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7aee Color CSS Codes

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

#fb7aee Text Font Color

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

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


#fb7aee Background Color

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

This div background color is #fb7aee


#fb7aee Border Color

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

This div border color is #fb7aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7aee

Related Colors


Comments

No comments written yet.

Please login to write comment.