Color Hex Logo

#f67065 Color Hex

#F67065
(246,112,101)
0 Favorites   0 Comments

Color spaces of #f67065

RGB 246112101
HSL0.010.890.68
HSV59°96°
CMYK 0.000.540.59   0.04
XYZ46.149232.120816.0795
Yxy32.12080.48910.3404
Hunter Lab56.675246.166422.8513
CIE-Lab63.442650.562431.2556

#f67065 color RGB value is (246,112,101).

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

The process color (four color CMYK) of #f67065 color hex is 0.00, 0.54, 0.59, 0.04. Web safe color of #f67065 is #ff6666. Color #f67065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110000 01100101
Octal 366 160 145
Decimal 246 112 101
Hex F6 70 65

RGB Percentages of Color #f67065

%53.59
%24.40
%22.00

CMYK Percentages of Color #f67065

%0
%54
%59
%4

Triadic Colors of #f67065

#f67065 #65f670 #7065f6

Analogous Colors of #f67065

#f67065 #f6b965 #f665a3

Monochromatic Colors of #f67065

#f67065

Complementary Color

#f67065 #65ebf6

#f67065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67065 Color CSS Codes

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

#f67065 Text Font Color

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

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


#f67065 Background Color

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

This div background color is #f67065


#f67065 Border Color

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

This div border color is #f67065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67065


Comments

No comments written yet.

Please login to write comment.