Color Hex Logo

#f767fc Color Hex

#F767FC
(247,103,252)
0 Favorites   0 Comments

Color spaces of #f767fc

RGB 247103252
HSL0.830.960.70
HSV298°59°99°
CMYK 0.020.590.00   0.01
XYZ60.778736.502995.9378
Yxy36.50290.31460.1889
Hunter Lab60.417673.8359-51.8549
CIE-Lab66.902473.4276-48.8021

#f767fc color RGB value is (247,103,252).

#f767fc hex color red value is 247, green value is 103 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f767fc hue: 0.83 , saturation: 0.96 and the lightness value of f767fc is 0.70.

The process color (four color CMYK) of #f767fc color hex is 0.02, 0.59, 0.00, 0.01. Web safe color of #f767fc is #ff66ff. Color #f767fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100111 11111100
Octal 367 147 374
Decimal 247 103 252
Hex F7 67 FC

RGB Percentages of Color #f767fc

%41.03
%17.11
%41.86

CMYK Percentages of Color #f767fc

%2
%59
%0
%1

Triadic Colors of #f767fc

#f767fc #fcf767 #67fcf7

Analogous Colors of #f767fc

#f767fc #fc67b7 #ad67fc

Monochromatic Colors of #f767fc

#f767fc

Complementary Color

#f767fc #6cfc67

#f767fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f767fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f767fc Color CSS Codes

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

#f767fc Text Font Color

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

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


#f767fc Background Color

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

This div background color is #f767fc


#f767fc Border Color

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

This div border color is #f767fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f767fc

Related Colors


Comments

No comments written yet.

Please login to write comment.