Color Hex Logo

#f66cba Color Hex

#F66CBA
(246,108,186)
0 Favorites   0 Comments

Color spaces of #f66cba

RGB 246108186
HSL0.910.880.69
HSV326°56°96°
CMYK 0.000.560.24   0.04
XYZ52.231533.863150.2377
Yxy33.86310.38310.2484
Hunter Lab58.192058.3805-10.4512
CIE-Lab64.853861.0372-15.1413

#f66cba color RGB value is (246,108,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101100 10111010
Octal 366 154 272
Decimal 246 108 186
Hex F6 6C BA

RGB Percentages of Color #f66cba

%45.56
%20.00
%34.44

CMYK Percentages of Color #f66cba

%0
%56
%24
%4

Triadic Colors of #f66cba

#f66cba #baf66c #6cbaf6

Analogous Colors of #f66cba

#f66cba #f66c75 #ed6cf6

Monochromatic Colors of #f66cba

#f66cba

Complementary Color

#f66cba #6cf6a8

#f66cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66cba Color CSS Codes

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

#f66cba Text Font Color

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

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


#f66cba Background Color

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

This div background color is #f66cba


#f66cba Border Color

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

This div border color is #f66cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66cba


Comments

No comments written yet.

Please login to write comment.