Color Hex Logo

#f66bf5 Color Hex

#F66BF5
(246,107,245)
0 Favorites   0 Comments

Color spaces of #f66bf5

RGB 246107245
HSL0.830.890.69
HSV300°57°96°
CMYK 0.000.570.00   0.04
XYZ59.745236.700890.3212
Yxy36.70080.31990.1965
Hunter Lab60.581270.0197-45.9893
CIE-Lab67.051970.3274-44.7271

#f66bf5 color RGB value is (246,107,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101011 11110101
Octal 366 153 365
Decimal 246 107 245
Hex F6 6B F5

RGB Percentages of Color #f66bf5

%41.14
%17.89
%40.97

CMYK Percentages of Color #f66bf5

%0
%57
%0
%4

Triadic Colors of #f66bf5

#f66bf5 #f5f66b #6bf5f6

Analogous Colors of #f66bf5

#f66bf5 #f66bb0 #b26bf6

Monochromatic Colors of #f66bf5

#f66bf5

Complementary Color

#f66bf5 #6bf66c

#f66bf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66bf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66bf5 Color CSS Codes

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

#f66bf5 Text Font Color

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

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


#f66bf5 Background Color

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

This div background color is #f66bf5


#f66bf5 Border Color

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

This div border color is #f66bf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66bf5


Comments

No comments written yet.

Please login to write comment.