Color Hex Logo

#f76fef Color Hex

#F76FEF
(247,111,239)
0 Favorites   0 Comments

Color spaces of #f76fef

RGB 247111239
HSL0.840.890.70
HSV304°55°97°
CMYK 0.000.550.03   0.03
XYZ59.622237.375085.7330
Yxy37.37500.32630.2045
Hunter Lab61.135167.0963-40.3510
CIE-Lab67.557467.8545-40.6181

#f76fef color RGB value is (247,111,239).

#f76fef hex color red value is 247, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f76fef hue: 0.84 , saturation: 0.89 and the lightness value of f76fef is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101111 11101111
Octal 367 157 357
Decimal 247 111 239
Hex F7 6F EF

RGB Percentages of Color #f76fef

%41.37
%18.59
%40.03

CMYK Percentages of Color #f76fef

%0
%55
%3
%3

Triadic Colors of #f76fef

#f76fef #eff76f #6feff7

Analogous Colors of #f76fef

#f76fef #f76fab #bb6ff7

Monochromatic Colors of #f76fef

#f76fef

Complementary Color

#f76fef #6ff777

#f76fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76fef Color CSS Codes

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

#f76fef Text Font Color

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

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


#f76fef Background Color

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

This div background color is #f76fef


#f76fef Border Color

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

This div border color is #f76fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76fef


Comments

No comments written yet.

Please login to write comment.