Color Hex Logo

#f66eff Color Hex

#F66EFF
(246,110,255)
0 Favorites   0 Comments

Color spaces of #f66eff

RGB 246110255
HSL0.821.000.72
HSV296°57°100°
CMYK 0.040.570.00   0.00
XYZ61.632037.964798.6873
Yxy37.96470.31080.1915
Hunter Lab61.615570.7207-51.8318
CIE-Lab67.994670.7265-48.7335

#f66eff color RGB value is (246,110,255).

#f66eff hex color red value is 246, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f66eff hue: 0.82 , saturation: 1.00 and the lightness value of f66eff is 0.72.

The process color (four color CMYK) of #f66eff color hex is 0.04, 0.57, 0.00, 0.00. Web safe color of #f66eff is #ff66ff. Color #f66eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101110 11111111
Octal 366 156 377
Decimal 246 110 255
Hex F6 6E FF

RGB Percentages of Color #f66eff

%40.26
%18.00
%41.73

CMYK Percentages of Color #f66eff

%4
%57
%0
%0

Triadic Colors of #f66eff

#f66eff #fff66e #6efff6

Analogous Colors of #f66eff

#f66eff #ff6ec0 #ae6eff

Monochromatic Colors of #f66eff

#f66eff

Complementary Color

#f66eff #77ff6e

#f66eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66eff Color CSS Codes

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

#f66eff Text Font Color

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

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


#f66eff Background Color

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

This div background color is #f66eff


#f66eff Border Color

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

This div border color is #f66eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,110,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66eff


Comments

No comments written yet.

Please login to write comment.