Color Hex Logo

#f77190 Color Hex

#F77190
(247,113,144)
0 Favorites   0 Comments

Color spaces of #f77190

RGB 247113144
HSL0.960.890.71
HSV346°54°97°
CMYK 0.000.540.42   0.03
XYZ49.296933.598030.2724
Yxy33.59800.43560.2969
Hunter Lab57.963850.37369.6096
CIE-Lab64.642254.13078.5037

#f77190 color RGB value is (247,113,144).

#f77190 hex color red value is 247, green value is 113 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #f77190 hue: 0.96 , saturation: 0.89 and the lightness value of f77190 is 0.71.

The process color (four color CMYK) of #f77190 color hex is 0.00, 0.54, 0.42, 0.03. Web safe color of #f77190 is #ff6699. Color #f77190 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110001 10010000
Octal 367 161 220
Decimal 247 113 144
Hex F7 71 90

RGB Percentages of Color #f77190

%49.01
%22.42
%28.57

CMYK Percentages of Color #f77190

%0
%54
%42
%3

Triadic Colors of #f77190

#f77190 #90f771 #7190f7

Analogous Colors of #f77190

#f77190 #f79571 #f771d3

Monochromatic Colors of #f77190

#f77190

Complementary Color

#f77190 #71f7d8

#f77190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f77190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f77190 Color CSS Codes

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

#f77190 Text Font Color

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

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


#f77190 Background Color

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

This div background color is #f77190


#f77190 Border Color

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

This div border color is #f77190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f77190


Comments

No comments written yet.

Please login to write comment.