Color Hex Logo

#fe8abb Color Hex

#FE8ABB
(254,138,187)
0 Favorites   0 Comments

Color spaces of #fe8abb

RGB 254138187
HSL0.930.980.77
HSV335°46°100°
CMYK 0.000.460.26   0.00
XYZ58.931242.835652.1758
Yxy42.83560.38280.2783
Hunter Lab65.448946.1885-1.4517
CIE-Lab71.443249.4454-5.7425

#fe8abb color RGB value is (254,138,187).

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

The process color (four color CMYK) of #fe8abb color hex is 0.00, 0.46, 0.26, 0.00. Web safe color of #fe8abb is #ff99cc. Color #fe8abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001010 10111011
Octal 376 212 273
Decimal 254 138 187
Hex FE 8A BB

RGB Percentages of Color #fe8abb

%43.87
%23.83
%32.30

CMYK Percentages of Color #fe8abb

%0
%46
%26
%0

Triadic Colors of #fe8abb

#fe8abb #bbfe8a #8abbfe

Analogous Colors of #fe8abb

#fe8abb #fe938a #fe8af5

Monochromatic Colors of #fe8abb

#fe8abb

Complementary Color

#fe8abb #8afecd

#fe8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8abb Color CSS Codes

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

#fe8abb Text Font Color

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

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


#fe8abb Background Color

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

This div background color is #fe8abb


#fe8abb Border Color

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

This div border color is #fe8abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8abb

Related Colors


Comments

No comments written yet.

Please login to write comment.