Color Hex Logo

#f57692 Color Hex

#F57692
(245,118,146)
0 Favorites   0 Comments

Color spaces of #f57692

RGB 245118146
HSL0.960.860.71
HSV347°52°96°
CMYK 0.000.520.40   0.04
XYZ49.322934.444731.2430
Yxy34.44470.42890.2995
Hunter Lab58.689647.30519.5201
CIE-Lab65.314051.30568.2816

#f57692 color RGB value is (245,118,146).

#f57692 hex color red value is 245, green value is 118 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #f57692 hue: 0.96 , saturation: 0.86 and the lightness value of f57692 is 0.71.

The process color (four color CMYK) of #f57692 color hex is 0.00, 0.52, 0.40, 0.04. Web safe color of #f57692 is #ff6699. Color #f57692 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110110 10010010
Octal 365 166 222
Decimal 245 118 146
Hex F5 76 92

RGB Percentages of Color #f57692

%48.13
%23.18
%28.68

CMYK Percentages of Color #f57692

%0
%52
%40
%4

Triadic Colors of #f57692

#f57692 #92f576 #7692f5

Analogous Colors of #f57692

#f57692 #f59a76 #f576d2

Monochromatic Colors of #f57692

#f57692

Complementary Color

#f57692 #76f5d9

#f57692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57692 Color CSS Codes

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

#f57692 Text Font Color

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

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


#f57692 Background Color

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

This div background color is #f57692


#f57692 Border Color

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

This div border color is #f57692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57692


Comments

No comments written yet.

Please login to write comment.