Color Hex Logo

#fe7eab Color Hex

#FE7EAB
(254,126,171)
0 Favorites   0 Comments

Color spaces of #fe7eab

RGB 254126171
HSL0.940.980.75
HSV339°50°100°
CMYK 0.000.500.33   0.00
XYZ55.684638.932843.1080
Yxy38.93280.40430.2827
Hunter Lab62.396250.10662.7153
CIE-Lab68.702653.2808-0.8185

#fe7eab color RGB value is (254,126,171).

#fe7eab hex color red value is 254, green value is 126 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fe7eab hue: 0.94 , saturation: 0.98 and the lightness value of fe7eab is 0.75.

The process color (four color CMYK) of #fe7eab color hex is 0.00, 0.50, 0.33, 0.00. Web safe color of #fe7eab is #ff6699. Color #fe7eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111110 10101011
Octal 376 176 253
Decimal 254 126 171
Hex FE 7E AB

RGB Percentages of Color #fe7eab

%46.10
%22.87
%31.03

CMYK Percentages of Color #fe7eab

%0
%50
%33
%0

Triadic Colors of #fe7eab

#fe7eab #abfe7e #7eabfe

Analogous Colors of #fe7eab

#fe7eab #fe917e #fe7eeb

Monochromatic Colors of #fe7eab

#fe7eab

Complementary Color

#fe7eab #7efed1

#fe7eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7eab Color CSS Codes

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

#fe7eab Text Font Color

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

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


#fe7eab Background Color

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

This div background color is #fe7eab


#fe7eab Border Color

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

This div border color is #fe7eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7eab


Comments

No comments written yet.

Please login to write comment.