Color Hex Logo

#f76be2 Color Hex

#F76BE2
(247,107,226)
0 Favorites   0 Comments

Color spaces of #f76be2

RGB 247107226
HSL0.860.900.69
HSV309°57°97°
CMYK 0.000.570.09   0.03
XYZ57.342935.780575.8355
Yxy35.78050.33940.2118
Hunter Lab59.816866.4382-33.2959
CIE-Lab66.351967.5257-35.2972

#f76be2 color RGB value is (247,107,226).

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

The process color (four color CMYK) of #f76be2 color hex is 0.00, 0.57, 0.09, 0.03. Web safe color of #f76be2 is #ff66cc. Color #f76be2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101011 11100010
Octal 367 153 342
Decimal 247 107 226
Hex F7 6B E2

RGB Percentages of Color #f76be2

%42.59
%18.45
%38.97

CMYK Percentages of Color #f76be2

%0
%57
%9
%3

Triadic Colors of #f76be2

#f76be2 #e2f76b #6be2f7

Analogous Colors of #f76be2

#f76be2 #f76b9c #c66bf7

Monochromatic Colors of #f76be2

#f76be2

Complementary Color

#f76be2 #6bf780

#f76be2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76be2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76be2 Color CSS Codes

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

#f76be2 Text Font Color

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

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


#f76be2 Background Color

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

This div background color is #f76be2


#f76be2 Border Color

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

This div border color is #f76be2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76be2


Comments

No comments written yet.

Please login to write comment.