Color Hex Logo

#f77abe Color Hex

#F77ABE
(247,122,190)
0 Favorites   0 Comments

Color spaces of #f77abe

RGB 247122190
HSL0.910.890.72
HSV327°51°97°
CMYK 0.000.510.23   0.03
XYZ54.611637.410953.0579
Yxy37.41090.37640.2579
Hunter Lab61.164552.3386-8.6168
CIE-Lab67.584255.3967-13.2731

#f77abe color RGB value is (247,122,190).

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

The process color (four color CMYK) of #f77abe color hex is 0.00, 0.51, 0.23, 0.03. Web safe color of #f77abe is #ff66cc. Color #f77abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01111010 10111110
Octal 367 172 276
Decimal 247 122 190
Hex F7 7A BE

RGB Percentages of Color #f77abe

%44.19
%21.82
%33.99

CMYK Percentages of Color #f77abe

%0
%51
%23
%3

Triadic Colors of #f77abe

#f77abe #bef77a #7abef7

Analogous Colors of #f77abe

#f77abe #f77a80 #f27af7

Monochromatic Colors of #f77abe

#f77abe

Complementary Color

#f77abe #7af7b3

#f77abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f77abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f77abe Color CSS Codes

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

#f77abe Text Font Color

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

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


#f77abe Background Color

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

This div background color is #f77abe


#f77abe Border Color

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

This div border color is #f77abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f77abe


Comments

No comments written yet.

Please login to write comment.