Color Hex Logo

#fe8bd6 Color Hex

#FE8BD6
(254,139,214)
0 Favorites   0 Comments

Color spaces of #fe8bd6

RGB 254139214
HSL0.890.980.77
HSV321°45°100°
CMYK 0.000.450.16   0.00
XYZ62.243344.391168.9061
Yxy44.39110.35460.2529
Hunter Lab66.626650.1599-14.6798
CIE-Lab72.489152.7796-19.1426

#fe8bd6 color RGB value is (254,139,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001011 11010110
Octal 376 213 326
Decimal 254 139 214
Hex FE 8B D6

RGB Percentages of Color #fe8bd6

%41.85
%22.90
%35.26

CMYK Percentages of Color #fe8bd6

%0
%45
%16
%0

Triadic Colors of #fe8bd6

#fe8bd6 #d6fe8b #8bd6fe

Analogous Colors of #fe8bd6

#fe8bd6 #fe8b9d #ed8bfe

Monochromatic Colors of #fe8bd6

#fe8bd6

Complementary Color

#fe8bd6 #8bfeb3

#fe8bd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8bd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8bd6 Color CSS Codes

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

#fe8bd6 Text Font Color

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

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


#fe8bd6 Background Color

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

This div background color is #fe8bd6


#fe8bd6 Border Color

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

This div border color is #fe8bd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8bd6

Related Colors


Comments

No comments written yet.

Please login to write comment.