Color Hex Logo

#f66bba Color Hex

#F66BBA
(246,107,186)
0 Favorites   0 Comments

Color spaces of #f66bba

RGB 246107186
HSL0.910.890.69
HSV326°57°96°
CMYK 0.000.570.24   0.04
XYZ52.126733.653450.2027
Yxy33.65340.38330.2475
Hunter Lab58.011658.8723-10.7010
CIE-Lab64.686561.4839-15.3938

#f66bba color RGB value is (246,107,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101011 10111010
Octal 366 153 272
Decimal 246 107 186
Hex F6 6B BA

RGB Percentages of Color #f66bba

%45.64
%19.85
%34.51

CMYK Percentages of Color #f66bba

%0
%57
%24
%4

Triadic Colors of #f66bba

#f66bba #baf66b #6bbaf6

Analogous Colors of #f66bba

#f66bba #f66b75 #ed6bf6

Monochromatic Colors of #f66bba

#f66bba

Complementary Color

#f66bba #6bf6a7

#f66bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66bba Color CSS Codes

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

#f66bba Text Font Color

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

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


#f66bba Background Color

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

This div background color is #f66bba


#f66bba Border Color

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

This div border color is #f66bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66bba


Comments

No comments written yet.

Please login to write comment.