Color Hex Logo

#fe8bcb Color Hex

#FE8BCB
(254,139,203)
0 Favorites   0 Comments

Color spaces of #fe8bcb

RGB 254139203
HSL0.910.980.77
HSV327°45°100°
CMYK 0.000.450.20   0.00
XYZ60.885243.847961.7544
Yxy43.84790.36570.2634
Hunter Lab66.217748.2443-8.9412
CIE-Lab72.126751.1605-13.6087

#fe8bcb color RGB value is (254,139,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001011 11001011
Octal 376 213 313
Decimal 254 139 203
Hex FE 8B CB

RGB Percentages of Color #fe8bcb

%42.62
%23.32
%34.06

CMYK Percentages of Color #fe8bcb

%0
%45
%20
%0

Triadic Colors of #fe8bcb

#fe8bcb #cbfe8b #8bcbfe

Analogous Colors of #fe8bcb

#fe8bcb #fe8b92 #f88bfe

Monochromatic Colors of #fe8bcb

#fe8bcb

Complementary Color

#fe8bcb #8bfebe

#fe8bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8bcb Color CSS Codes

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

#fe8bcb Text Font Color

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

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


#fe8bcb Background Color

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

This div background color is #fe8bcb


#fe8bcb Border Color

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

This div border color is #fe8bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8bcb


Comments

No comments written yet.

Please login to write comment.