Color Hex Logo

#f768ef Color Hex

#F768EF
(247,104,239)
0 Favorites   0 Comments

Color spaces of #f768ef

RGB 247104239
HSL0.840.900.69
HSV303°58°97°
CMYK 0.000.580.03   0.03
XYZ58.888135.906885.4883
Yxy35.90680.32660.1992
Hunter Lab59.922370.5553-42.6407
CIE-Lab66.448770.8698-42.3539

#f768ef color RGB value is (247,104,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101000 11101111
Octal 367 150 357
Decimal 247 104 239
Hex F7 68 EF

RGB Percentages of Color #f768ef

%41.86
%17.63
%40.51

CMYK Percentages of Color #f768ef

%0
%58
%3
%3

Triadic Colors of #f768ef

#f768ef #eff768 #68eff7

Analogous Colors of #f768ef

#f768ef #f768a8 #b868f7

Monochromatic Colors of #f768ef

#f768ef

Complementary Color

#f768ef #68f770

#f768ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f768ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f768ef Color CSS Codes

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

#f768ef Text Font Color

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

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


#f768ef Background Color

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

This div background color is #f768ef


#f768ef Border Color

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

This div border color is #f768ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,104,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 #f768ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f768ef


Comments

No comments written yet.

Please login to write comment.