Color Hex Logo

#f75592 Color Hex

#F75592
(247,85,146)
0 Favorites   0 Comments

Color spaces of #f75592

RGB 24785146
HSL0.940.910.65
HSV337°66°97°
CMYK 0.000.660.41   0.03
XYZ46.794628.346530.1992
Yxy28.34650.44420.2691
Hunter Lab53.241463.71353.6390
CIE-Lab60.200566.36050.9509

#f75592 color RGB value is (247,85,146).

#f75592 hex color red value is 247, green value is 85 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #f75592 hue: 0.94 , saturation: 0.91 and the lightness value of f75592 is 0.65.

The process color (four color CMYK) of #f75592 color hex is 0.00, 0.66, 0.41, 0.03. Web safe color of #f75592 is #ff6699. Color #f75592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010101 10010010
Octal 367 125 222
Decimal 247 85 146
Hex F7 55 92

RGB Percentages of Color #f75592

%51.67
%17.78
%30.54

CMYK Percentages of Color #f75592

%0
%66
%41
%3

Triadic Colors of #f75592

#f75592 #92f755 #5592f7

Analogous Colors of #f75592

#f75592 #f76955 #f755e3

Monochromatic Colors of #f75592

#f75592

Complementary Color

#f75592 #55f7ba

#f75592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75592 Color CSS Codes

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

#f75592 Text Font Color

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

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


#f75592 Background Color

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

This div background color is #f75592


#f75592 Border Color

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

This div border color is #f75592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75592


Comments

No comments written yet.

Please login to write comment.