Color Hex Logo

#fe8bca Color Hex

#FE8BCA
(254,139,202)
0 Favorites   0 Comments

Color spaces of #fe8bca

RGB 254139202
HSL0.910.980.77
HSV327°45°100°
CMYK 0.000.450.20   0.00
XYZ60.766343.800361.1287
Yxy43.80030.36670.2643
Hunter Lab66.181848.0756-8.4358
CIE-Lab72.094851.0173-13.1027

#fe8bca color RGB value is (254,139,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001011 11001010
Octal 376 213 312
Decimal 254 139 202
Hex FE 8B CA

RGB Percentages of Color #fe8bca

%42.69
%23.36
%33.95

CMYK Percentages of Color #fe8bca

%0
%45
%20
%0

Triadic Colors of #fe8bca

#fe8bca #cafe8b #8bcafe

Analogous Colors of #fe8bca

#fe8bca #fe8b91 #f98bfe

Monochromatic Colors of #fe8bca

#fe8bca

Complementary Color

#fe8bca #8bfebf

#fe8bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8bca Color CSS Codes

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

#fe8bca Text Font Color

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

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


#fe8bca Background Color

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

This div background color is #fe8bca


#fe8bca Border Color

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

This div border color is #fe8bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8bca


Comments

No comments written yet.

Please login to write comment.