Color Hex Logo

#f57bae Color Hex

#F57BAE
(245,123,174)
0 Favorites   0 Comments

Color spaces of #f57bae

RGB 245123174
HSL0.930.860.72
HSV335°50°96°
CMYK 0.000.500.29   0.04
XYZ52.379136.634444.3549
Yxy36.63440.39270.2747
Hunter Lab60.526448.5516-1.0804
CIE-Lab67.001852.1636-5.1533

#f57bae color RGB value is (245,123,174).

#f57bae hex color red value is 245, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f57bae hue: 0.93 , saturation: 0.86 and the lightness value of f57bae is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111011 10101110
Octal 365 173 256
Decimal 245 123 174
Hex F5 7B AE

RGB Percentages of Color #f57bae

%45.20
%22.69
%32.10

CMYK Percentages of Color #f57bae

%0
%50
%29
%4

Triadic Colors of #f57bae

#f57bae #aef57b #7baef5

Analogous Colors of #f57bae

#f57bae #f5857b #f57beb

Monochromatic Colors of #f57bae

#f57bae

Complementary Color

#f57bae #7bf5c2

#f57bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57bae Color CSS Codes

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

#f57bae Text Font Color

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

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


#f57bae Background Color

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

This div background color is #f57bae


#f57bae Border Color

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

This div border color is #f57bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57bae


Comments

No comments written yet.

Please login to write comment.