Color Hex Logo

#fe8bde Color Hex

#FE8BDE
(254,139,222)
0 Favorites   0 Comments

Color spaces of #fe8bde

RGB 254139222
HSL0.880.980.77
HSV317°45°100°
CMYK 0.000.450.13   0.00
XYZ63.290544.810074.4207
Yxy44.81000.34680.2455
Hunter Lab66.940351.6222-19.0573
CIE-Lab72.766654.0050-23.1279

#fe8bde color RGB value is (254,139,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001011 11011110
Octal 376 213 336
Decimal 254 139 222
Hex FE 8B DE

RGB Percentages of Color #fe8bde

%41.30
%22.60
%36.10

CMYK Percentages of Color #fe8bde

%0
%45
%13
%0

Triadic Colors of #fe8bde

#fe8bde #defe8b #8bdefe

Analogous Colors of #fe8bde

#fe8bde #fe8ba5 #e58bfe

Monochromatic Colors of #fe8bde

#fe8bde

Complementary Color

#fe8bde #8bfeab

#fe8bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8bde Color CSS Codes

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

#fe8bde Text Font Color

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

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


#fe8bde Background Color

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

This div background color is #fe8bde


#fe8bde Border Color

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

This div border color is #fe8bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8bde


Comments

No comments written yet.

Please login to write comment.