Color Hex Logo

#f67186 Color Hex

#F67186
(246,113,134)
0 Favorites   0 Comments

Color spaces of #f67186

RGB 246113134
HSL0.970.880.70
HSV351°54°96°
CMYK 0.000.540.46   0.04
XYZ48.214233.124326.4067
Yxy33.12430.44750.3074
Hunter Lab57.553748.815013.0843
CIE-Lab64.261452.809213.6584

#f67186 color RGB value is (246,113,134).

#f67186 hex color red value is 246, green value is 113 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #f67186 hue: 0.97 , saturation: 0.88 and the lightness value of f67186 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110001 10000110
Octal 366 161 206
Decimal 246 113 134
Hex F6 71 86

RGB Percentages of Color #f67186

%49.90
%22.92
%27.18

CMYK Percentages of Color #f67186

%0
%54
%46
%4

Triadic Colors of #f67186

#f67186 #86f671 #7186f6

Analogous Colors of #f67186

#f67186 #f69f71 #f671c9

Monochromatic Colors of #f67186

#f67186

Complementary Color

#f67186 #71f6e1

#f67186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67186 Color CSS Codes

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

#f67186 Text Font Color

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

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


#f67186 Background Color

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

This div background color is #f67186


#f67186 Border Color

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

This div border color is #f67186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67186


Comments

No comments written yet.

Please login to write comment.