Color Hex Logo

#f77bea Color Hex

#F77BEA
(247,123,234)
0 Favorites   0 Comments

Color spaces of #f77bea

RGB 247123234
HSL0.850.890.73
HSV306°50°97°
CMYK 0.000.500.05   0.03
XYZ60.292039.880682.3619
Yxy39.88060.33030.2185
Hunter Lab63.151159.9042-33.1205
CIE-Lab69.384461.5765-35.0150

#f77bea color RGB value is (247,123,234).

#f77bea hex color red value is 247, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f77bea hue: 0.85 , saturation: 0.89 and the lightness value of f77bea is 0.73.

The process color (four color CMYK) of #f77bea color hex is 0.00, 0.50, 0.05, 0.03. Web safe color of #f77bea is #ff66ff. Color #f77bea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01111011 11101010
Octal 367 173 352
Decimal 247 123 234
Hex F7 7B EA

RGB Percentages of Color #f77bea

%40.89
%20.36
%38.74

CMYK Percentages of Color #f77bea

%0
%50
%5
%3

Triadic Colors of #f77bea

#f77bea #eaf77b #7beaf7

Analogous Colors of #f77bea

#f77bea #f77bac #c67bf7

Monochromatic Colors of #f77bea

#f77bea

Complementary Color

#f77bea #7bf788

#f77bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f77bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f77bea Color CSS Codes

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

#f77bea Text Font Color

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

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


#f77bea Background Color

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

This div background color is #f77bea


#f77bea Border Color

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

This div border color is #f77bea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,123,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f77bea


Comments

No comments written yet.

Please login to write comment.