Color Hex Logo

#fe7abe Color Hex

#FE7ABE
(254,122,190)
0 Favorites   0 Comments

Color spaces of #fe7abe

RGB 254122190
HSL0.910.990.74
HSV329°52°100°
CMYK 0.000.520.25   0.00
XYZ57.126838.707653.1756
Yxy38.70760.38340.2598
Hunter Lab62.215455.0234-7.1244
CIE-Lab68.538957.5673-11.7433

#fe7abe color RGB value is (254,122,190).

#fe7abe hex color red value is 254, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fe7abe hue: 0.91 , saturation: 0.99 and the lightness value of fe7abe is 0.74.

The process color (four color CMYK) of #fe7abe color hex is 0.00, 0.52, 0.25, 0.00. Web safe color of #fe7abe is #ff66cc. Color #fe7abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111010 10111110
Octal 376 172 276
Decimal 254 122 190
Hex FE 7A BE

RGB Percentages of Color #fe7abe

%44.88
%21.55
%33.57

CMYK Percentages of Color #fe7abe

%0
%52
%25
%0

Triadic Colors of #fe7abe

#fe7abe #befe7a #7abefe

Analogous Colors of #fe7abe

#fe7abe #fe7a7c #fc7afe

Monochromatic Colors of #fe7abe

#fe7abe

Complementary Color

#fe7abe #7afeba

#fe7abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7abe Color CSS Codes

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

#fe7abe Text Font Color

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

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


#fe7abe Background Color

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

This div background color is #fe7abe


#fe7abe Border Color

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

This div border color is #fe7abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7abe

Related Colors


Comments

No comments written yet.

Please login to write comment.