Color Hex Logo

#f7768e Color Hex

#F7768E
(247,118,142)
0 Favorites   0 Comments

Color spaces of #f7768e

RGB 247118142
HSL0.970.890.72
HSV349°52°97°
CMYK 0.000.520.43   0.03
XYZ49.718734.684029.6654
Yxy34.68400.43590.3041
Hunter Lab58.893147.630111.3599
CIE-Lab65.501951.567710.8643

#f7768e color RGB value is (247,118,142).

#f7768e hex color red value is 247, green value is 118 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f7768e hue: 0.97 , saturation: 0.89 and the lightness value of f7768e is 0.72.

The process color (four color CMYK) of #f7768e color hex is 0.00, 0.52, 0.43, 0.03. Web safe color of #f7768e is #ff6699. Color #f7768e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110110 10001110
Octal 367 166 216
Decimal 247 118 142
Hex F7 76 8E

RGB Percentages of Color #f7768e

%48.72
%23.27
%28.01

CMYK Percentages of Color #f7768e

%0
%52
%43
%3

Triadic Colors of #f7768e

#f7768e #8ef776 #768ef7

Analogous Colors of #f7768e

#f7768e #f79f76 #f776cf

Monochromatic Colors of #f7768e

#f7768e

Complementary Color

#f7768e #76f7df

#f7768e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7768e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7768e Color CSS Codes

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

#f7768e Text Font Color

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

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


#f7768e Background Color

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

This div background color is #f7768e


#f7768e Border Color

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

This div border color is #f7768e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7768e


Comments

No comments written yet.

Please login to write comment.