Color Hex Logo

#ff7abe Color Hex

#FF7ABE
(255,122,190)
0 Favorites   0 Comments

Color spaces of #ff7abe

RGB 255122190
HSL0.911.000.74
HSV329°52°100°
CMYK 0.000.520.25   0.00
XYZ57.493838.896853.1928
Yxy38.89680.38440.2600
Hunter Lab62.367355.4089-6.9111
CIE-Lab68.676457.8762-11.5232

#ff7abe color RGB value is (255,122,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111010 10111110
Octal 377 172 276
Decimal 255 122 190
Hex FF 7A BE

RGB Percentages of Color #ff7abe

%44.97
%21.52
%33.51

CMYK Percentages of Color #ff7abe

%0
%52
%25
%0

Triadic Colors of #ff7abe

#ff7abe #beff7a #7abeff

Analogous Colors of #ff7abe

#ff7abe #ff7a7c #fe7aff

Monochromatic Colors of #ff7abe

#ff7abe

Complementary Color

#ff7abe #7affbb

#ff7abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7abe Color CSS Codes

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

#ff7abe Text Font Color

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

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


#ff7abe Background Color

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

This div background color is #ff7abe


#ff7abe Border Color

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

This div border color is #ff7abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,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 #ff7abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7abe

Related Colors


Comments

No comments written yet.

Please login to write comment.