Color Hex Logo

#f769fe Color Hex

#F769FE
(247,105,254)
0 Favorites   0 Comments

Color spaces of #f769fe

RGB 247105254
HSL0.830.990.70
HSV297°59°100°
CMYK 0.030.590.00   0.00
XYZ61.298737.033197.6832
Yxy37.03310.31270.1889
Hunter Lab60.854873.3060-52.5730
CIE-Lab67.301972.9309-49.2692

#f769fe color RGB value is (247,105,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101001 11111110
Octal 367 151 376
Decimal 247 105 254
Hex F7 69 FE

RGB Percentages of Color #f769fe

%40.76
%17.33
%41.91

CMYK Percentages of Color #f769fe

%3
%59
%0
%0

Triadic Colors of #f769fe

#f769fe #fef769 #69fef7

Analogous Colors of #f769fe

#f769fe #fe69bb #ad69fe

Monochromatic Colors of #f769fe

#f769fe

Complementary Color

#f769fe #70fe69

#f769fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f769fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f769fe Color CSS Codes

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

#f769fe Text Font Color

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

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


#f769fe Background Color

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

This div background color is #f769fe


#f769fe Border Color

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

This div border color is #f769fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f769fe

Related Colors


Comments

No comments written yet.

Please login to write comment.