Color Hex Logo

#fe8bda Color Hex

#FE8BDA
(254,139,218)
0 Favorites   0 Comments

Color spaces of #fe8bda

RGB 254139218
HSL0.890.980.77
HSV319°45°100°
CMYK 0.000.450.14   0.00
XYZ62.760644.598071.6301
Yxy44.59800.35060.2492
Hunter Lab66.781750.8839-16.8473
CIE-Lab72.626453.3874-21.1395

#fe8bda color RGB value is (254,139,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001011 11011010
Octal 376 213 332
Decimal 254 139 218
Hex FE 8B DA

RGB Percentages of Color #fe8bda

%41.57
%22.75
%35.68

CMYK Percentages of Color #fe8bda

%0
%45
%14
%0

Triadic Colors of #fe8bda

#fe8bda #dafe8b #8bdafe

Analogous Colors of #fe8bda

#fe8bda #fe8ba1 #e98bfe

Monochromatic Colors of #fe8bda

#fe8bda

Complementary Color

#fe8bda #8bfeaf

#fe8bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8bda Color CSS Codes

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

#fe8bda Text Font Color

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

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


#fe8bda Background Color

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

This div background color is #fe8bda


#fe8bda Border Color

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

This div border color is #fe8bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8bda


Comments

No comments written yet.

Please login to write comment.