Color Hex Logo

#f66bcf Color Hex

#F66BCF
(246,107,207)
0 Favorites   0 Comments

Color spaces of #f66bcf

RGB 246107207
HSL0.880.890.69
HSV317°57°96°
CMYK 0.000.570.16   0.04
XYZ54.526234.613262.8387
Yxy34.61320.35880.2278
Hunter Lab58.833062.4754-22.1437
CIE-Lab65.446464.3945-26.0898

#f66bcf color RGB value is (246,107,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101011 11001111
Octal 366 153 317
Decimal 246 107 207
Hex F6 6B CF

RGB Percentages of Color #f66bcf

%43.93
%19.11
%36.96

CMYK Percentages of Color #f66bcf

%0
%57
%16
%4

Triadic Colors of #f66bcf

#f66bcf #cff66b #6bcff6

Analogous Colors of #f66bcf

#f66bcf #f66b8a #d86bf6

Monochromatic Colors of #f66bcf

#f66bcf

Complementary Color

#f66bcf #6bf692

#f66bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66bcf Color CSS Codes

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

#f66bcf Text Font Color

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

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


#f66bcf Background Color

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

This div background color is #f66bcf


#f66bcf Border Color

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

This div border color is #f66bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66bcf


Comments

No comments written yet.

Please login to write comment.