Color Hex Logo

#fe8bba Color Hex

#FE8BBA
(254,139,186)
0 Favorites   0 Comments

Color spaces of #fe8bba

RGB 254139186
HSL0.930.980.77
HSV335°45°100°
CMYK 0.000.450.27   0.00
XYZ58.968643.081251.6619
Yxy43.08120.38360.2803
Hunter Lab65.636345.5036-0.7214
CIE-Lab71.610048.8166-4.9394

#fe8bba color RGB value is (254,139,186).

#fe8bba hex color red value is 254, green value is 139 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fe8bba hue: 0.93 , saturation: 0.98 and the lightness value of fe8bba is 0.77.

The process color (four color CMYK) of #fe8bba color hex is 0.00, 0.45, 0.27, 0.00. Web safe color of #fe8bba is #ff99cc. Color #fe8bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001011 10111010
Octal 376 213 272
Decimal 254 139 186
Hex FE 8B BA

RGB Percentages of Color #fe8bba

%43.87
%24.01
%32.12

CMYK Percentages of Color #fe8bba

%0
%45
%27
%0

Triadic Colors of #fe8bba

#fe8bba #bafe8b #8bbafe

Analogous Colors of #fe8bba

#fe8bba #fe968b #fe8bf4

Monochromatic Colors of #fe8bba

#fe8bba

Complementary Color

#fe8bba #8bfecf

#fe8bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8bba Color CSS Codes

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

#fe8bba Text Font Color

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

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


#fe8bba Background Color

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

This div background color is #fe8bba


#fe8bba Border Color

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

This div border color is #fe8bba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,139,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe8bba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe8bba;
  -webkit-box-shadow: 1px 1px 3px 2px #fe8bba;
  box-shadow:         1px 1px 3px 2px #fe8bba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,139,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8bba

Related Colors


Comments

No comments written yet.

Please login to write comment.