Color Hex Logo

#f76be6 Color Hex

#F76BE6
(247,107,230)
0 Favorites   0 Comments

Color spaces of #f76be6

RGB 247107230
HSL0.850.900.69
HSV307°57°97°
CMYK 0.000.570.07   0.03
XYZ57.898436.002778.7605
Yxy36.00270.33530.2085
Hunter Lab60.002267.2373-35.8240
CIE-Lab66.522068.1523-37.2545

#f76be6 color RGB value is (247,107,230).

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

The process color (four color CMYK) of #f76be6 color hex is 0.00, 0.57, 0.07, 0.03. Web safe color of #f76be6 is #ff66ff. Color #f76be6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101011 11100110
Octal 367 153 346
Decimal 247 107 230
Hex F7 6B E6

RGB Percentages of Color #f76be6

%42.29
%18.32
%39.38

CMYK Percentages of Color #f76be6

%0
%57
%7
%3

Triadic Colors of #f76be6

#f76be6 #e6f76b #6be6f7

Analogous Colors of #f76be6

#f76be6 #f76ba0 #c26bf7

Monochromatic Colors of #f76be6

#f76be6

Complementary Color

#f76be6 #6bf77c

#f76be6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76be6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76be6 Color CSS Codes

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

#f76be6 Text Font Color

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

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


#f76be6 Background Color

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

This div background color is #f76be6


#f76be6 Border Color

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

This div border color is #f76be6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76be6


Comments

No comments written yet.

Please login to write comment.