Color Hex Logo

#f66680 Color Hex

#F66680
(246,102,128)
0 Favorites   0 Comments

Color spaces of #f66680

RGB 246102128
HSL0.970.890.68
HSV349°59°96°
CMYK 0.000.590.48   0.04
XYZ46.653730.654123.8800
Yxy30.65410.46110.3029
Hunter Lab55.366153.520413.1839
CIE-Lab62.214557.282614.2413

#f66680 color RGB value is (246,102,128).

#f66680 hex color red value is 246, green value is 102 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #f66680 hue: 0.97 , saturation: 0.89 and the lightness value of f66680 is 0.68.

The process color (four color CMYK) of #f66680 color hex is 0.00, 0.59, 0.48, 0.04. Web safe color of #f66680 is #ff6699. Color #f66680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100110 10000000
Octal 366 146 200
Decimal 246 102 128
Hex F6 66 80

RGB Percentages of Color #f66680

%51.68
%21.43
%26.89

CMYK Percentages of Color #f66680

%0
%59
%48
%4

Triadic Colors of #f66680

#f66680 #80f666 #6680f6

Analogous Colors of #f66680

#f66680 #f69466 #f666c8

Monochromatic Colors of #f66680

#f66680

Complementary Color

#f66680 #66f6dc

#f66680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66680 Color CSS Codes

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

#f66680 Text Font Color

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

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


#f66680 Background Color

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

This div background color is #f66680


#f66680 Border Color

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

This div border color is #f66680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66680


Comments

No comments written yet.

Please login to write comment.