Color Hex Logo

#f75674 Color Hex

#F75674
(247,86,116)
0 Favorites   0 Comments

Color spaces of #f75674

RGB 24786116
HSL0.970.910.65
HSV349°65°97°
CMYK 0.000.650.53   0.03
XYZ44.837927.690719.5046
Yxy27.69070.48720.3009
Hunter Lab52.622060.007114.8592
CIE-Lab59.608363.331717.6162

#f75674 color RGB value is (247,86,116).

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

The process color (four color CMYK) of #f75674 color hex is 0.00, 0.65, 0.53, 0.03. Web safe color of #f75674 is #ff6666. Color #f75674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010110 01110100
Octal 367 126 164
Decimal 247 86 116
Hex F7 56 74

RGB Percentages of Color #f75674

%55.01
%19.15
%25.84

CMYK Percentages of Color #f75674

%0
%65
%53
%3

Triadic Colors of #f75674

#f75674 #74f756 #5674f7

Analogous Colors of #f75674

#f75674 #f78956 #f756c5

Monochromatic Colors of #f75674

#f75674

Complementary Color

#f75674 #56f7d9

#f75674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75674 Color CSS Codes

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

#f75674 Text Font Color

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

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


#f75674 Background Color

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

This div background color is #f75674


#f75674 Border Color

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

This div border color is #f75674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75674


Comments

No comments written yet.

Please login to write comment.