Color Hex Logo

#f76eda Color Hex

#F76EDA
(247,110,218)
0 Favorites   0 Comments

Color spaces of #f76eda

RGB 247110218
HSL0.870.900.70
HSV313°55°97°
CMYK 0.000.550.12   0.03
XYZ56.588635.988070.2935
Yxy35.98800.34740.2210
Hunter Lab59.990063.3967-27.4803
CIE-Lab66.510864.9801-30.5950

#f76eda color RGB value is (247,110,218).

#f76eda hex color red value is 247, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f76eda hue: 0.87 , saturation: 0.90 and the lightness value of f76eda is 0.70.

The process color (four color CMYK) of #f76eda color hex is 0.00, 0.55, 0.12, 0.03. Web safe color of #f76eda is #ff66cc. Color #f76eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101110 11011010
Octal 367 156 332
Decimal 247 110 218
Hex F7 6E DA

RGB Percentages of Color #f76eda

%42.96
%19.13
%37.91

CMYK Percentages of Color #f76eda

%0
%55
%12
%3

Triadic Colors of #f76eda

#f76eda #daf76e #6edaf7

Analogous Colors of #f76eda

#f76eda #f76e96 #d06ef7

Monochromatic Colors of #f76eda

#f76eda

Complementary Color

#f76eda #6ef78b

#f76eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76eda Color CSS Codes

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

#f76eda Text Font Color

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

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


#f76eda Background Color

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

This div background color is #f76eda


#f76eda Border Color

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

This div border color is #f76eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76eda


Comments

No comments written yet.

Please login to write comment.