Color Hex Logo

#f76edb Color Hex

#F76EDB
(247,110,219)
0 Favorites   0 Comments

Color spaces of #f76edb

RGB 247110219
HSL0.870.900.70
HSV312°55°97°
CMYK 0.000.550.11   0.03
XYZ56.719936.040570.9849
Yxy36.04050.34640.2201
Hunter Lab60.033763.5878-28.0819
CIE-Lab66.550965.1323-31.0907

#f76edb color RGB value is (247,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101110 11011011
Octal 367 156 333
Decimal 247 110 219
Hex F7 6E DB

RGB Percentages of Color #f76edb

%42.88
%19.10
%38.02

CMYK Percentages of Color #f76edb

%0
%55
%11
%3

Triadic Colors of #f76edb

#f76edb #dbf76e #6edbf7

Analogous Colors of #f76edb

#f76edb #f76e97 #cf6ef7

Monochromatic Colors of #f76edb

#f76edb

Complementary Color

#f76edb #6ef78a

#f76edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76edb Color CSS Codes

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

#f76edb Text Font Color

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

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


#f76edb Background Color

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

This div background color is #f76edb


#f76edb Border Color

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

This div border color is #f76edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76edb


Comments

No comments written yet.

Please login to write comment.