Color Hex Logo

#f76896 Color Hex

#F76896
(247,104,150)
0 Favorites   0 Comments

Color spaces of #f76896

RGB 247104150
HSL0.950.900.69
HSV341°58°97°
CMYK 0.000.580.39   0.03
XYZ48.813131.876832.4343
Yxy31.87680.43150.2818
Hunter Lab56.459555.52115.4614
CIE-Lab63.240958.85223.0515

#f76896 color RGB value is (247,104,150).

#f76896 hex color red value is 247, green value is 104 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f76896 hue: 0.95 , saturation: 0.90 and the lightness value of f76896 is 0.69.

The process color (four color CMYK) of #f76896 color hex is 0.00, 0.58, 0.39, 0.03. Web safe color of #f76896 is #ff6699. Color #f76896 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101000 10010110
Octal 367 150 226
Decimal 247 104 150
Hex F7 68 96

RGB Percentages of Color #f76896

%49.30
%20.76
%29.94

CMYK Percentages of Color #f76896

%0
%58
%39
%3

Triadic Colors of #f76896

#f76896 #96f768 #6896f7

Analogous Colors of #f76896

#f76896 #f78268 #f768de

Monochromatic Colors of #f76896

#f76896

Complementary Color

#f76896 #68f7c9

#f76896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76896 Color CSS Codes

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

#f76896 Text Font Color

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

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


#f76896 Background Color

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

This div background color is #f76896


#f76896 Border Color

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

This div border color is #f76896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76896


Comments

No comments written yet.

Please login to write comment.