Color Hex Logo

#f66abe Color Hex

#F66ABE
(246,106,190)
0 Favorites   0 Comments

Color spaces of #f66abe

RGB 246106190
HSL0.900.890.69
HSV324°57°96°
CMYK 0.000.570.23   0.04
XYZ52.454333.618652.4396
Yxy33.61860.37870.2427
Hunter Lab57.981560.0163-13.0359
CIE-Lab64.658762.4595-17.7033

#f66abe color RGB value is (246,106,190).

#f66abe hex color red value is 246, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f66abe hue: 0.90 , saturation: 0.89 and the lightness value of f66abe is 0.69.

The process color (four color CMYK) of #f66abe color hex is 0.00, 0.57, 0.23, 0.04. Web safe color of #f66abe is #ff66cc. Color #f66abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101010 10111110
Octal 366 152 276
Decimal 246 106 190
Hex F6 6A BE

RGB Percentages of Color #f66abe

%45.39
%19.56
%35.06

CMYK Percentages of Color #f66abe

%0
%57
%23
%4

Triadic Colors of #f66abe

#f66abe #bef66a #6abef6

Analogous Colors of #f66abe

#f66abe #f66a78 #e86af6

Monochromatic Colors of #f66abe

#f66abe

Complementary Color

#f66abe #6af6a2

#f66abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66abe Color CSS Codes

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

#f66abe Text Font Color

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

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


#f66abe Background Color

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

This div background color is #f66abe


#f66abe Border Color

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

This div border color is #f66abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66abe


Comments

No comments written yet.

Please login to write comment.