Color Hex Logo

#f66786 Color Hex

#F66786
(246,103,134)
0 Favorites   0 Comments

Color spaces of #f66786

RGB 246103134
HSL0.960.890.68
HSV347°58°96°
CMYK 0.000.580.46   0.04
XYZ47.159431.014626.0551
Yxy31.01460.45250.2976
Hunter Lab55.690853.696511.2445
CIE-Lab62.520057.386111.2118

#f66786 color RGB value is (246,103,134).

#f66786 hex color red value is 246, green value is 103 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #f66786 hue: 0.96 , saturation: 0.89 and the lightness value of f66786 is 0.68.

The process color (four color CMYK) of #f66786 color hex is 0.00, 0.58, 0.46, 0.04. Web safe color of #f66786 is #ff6699. Color #f66786 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100111 10000110
Octal 366 147 206
Decimal 246 103 134
Hex F6 67 86

RGB Percentages of Color #f66786

%50.93
%21.33
%27.74

CMYK Percentages of Color #f66786

%0
%58
%46
%4

Triadic Colors of #f66786

#f66786 #86f667 #6786f6

Analogous Colors of #f66786

#f66786 #f69067 #f667ce

Monochromatic Colors of #f66786

#f66786

Complementary Color

#f66786 #67f6d7

#f66786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66786 Color CSS Codes

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

#f66786 Text Font Color

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

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


#f66786 Background Color

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

This div background color is #f66786


#f66786 Border Color

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

This div border color is #f66786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66786


Comments

No comments written yet.

Please login to write comment.