Color Hex Logo

#fe8bdc Color Hex

#FE8BDC
(254,139,220)
0 Favorites   0 Comments

Color spaces of #fe8bdc

RGB 254139220
HSL0.880.980.77
HSV318°45°100°
CMYK 0.000.450.13   0.00
XYZ63.023944.703473.0170
Yxy44.70340.34870.2473
Hunter Lab66.860651.2510-17.9469
CIE-Lab72.696253.6948-22.1347

#fe8bdc color RGB value is (254,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001011 11011100
Octal 376 213 334
Decimal 254 139 220
Hex FE 8B DC

RGB Percentages of Color #fe8bdc

%41.44
%22.68
%35.89

CMYK Percentages of Color #fe8bdc

%0
%45
%13
%0

Triadic Colors of #fe8bdc

#fe8bdc #dcfe8b #8bdcfe

Analogous Colors of #fe8bdc

#fe8bdc #fe8ba3 #e78bfe

Monochromatic Colors of #fe8bdc

#fe8bdc

Complementary Color

#fe8bdc #8bfead

#fe8bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8bdc Color CSS Codes

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

#fe8bdc Text Font Color

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

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


#fe8bdc Background Color

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

This div background color is #fe8bdc


#fe8bdc Border Color

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

This div border color is #fe8bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8bdc


Comments

No comments written yet.

Please login to write comment.