Color Hex Logo

#f665fe Color Hex

#F665FE
(246,101,254)
0 Favorites   0 Comments

Color spaces of #f665fe

RGB 246101254
HSL0.820.990.70
HSV297°60°100°
CMYK 0.030.600.00   0.00
XYZ60.549136.055997.5341
Yxy36.05590.31190.1857
Hunter Lab60.046674.9124-54.2726
CIE-Lab66.562674.3491-50.4455

#f665fe color RGB value is (246,101,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100101 11111110
Octal 366 145 376
Decimal 246 101 254
Hex F6 65 FE

RGB Percentages of Color #f665fe

%40.93
%16.81
%42.26

CMYK Percentages of Color #f665fe

%3
%60
%0
%0

Triadic Colors of #f665fe

#f665fe #fef665 #65fef6

Analogous Colors of #f665fe

#f665fe #fe65ba #aa65fe

Monochromatic Colors of #f665fe

#f665fe

Complementary Color

#f665fe #6dfe65

#f665fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f665fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f665fe Color CSS Codes

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

#f665fe Text Font Color

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

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


#f665fe Background Color

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

This div background color is #f665fe


#f665fe Border Color

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

This div border color is #f665fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f665fe


Comments

No comments written yet.

Please login to write comment.