Color Hex Logo

#f67468 Color Hex

#F67468
(246,116,104)
0 Favorites   0 Comments

Color spaces of #f67468

RGB 246116104
HSL0.010.890.69
HSV58°96°
CMYK 0.000.530.58   0.04
XYZ46.750133.083117.0184
Yxy33.08310.48270.3416
Hunter Lab57.517944.427022.7198
CIE-Lab64.228148.874730.5912

#f67468 color RGB value is (246,116,104).

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

The process color (four color CMYK) of #f67468 color hex is 0.00, 0.53, 0.58, 0.04. Web safe color of #f67468 is #ff6666. Color #f67468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110100 01101000
Octal 366 164 150
Decimal 246 116 104
Hex F6 74 68

RGB Percentages of Color #f67468

%52.79
%24.89
%22.32

CMYK Percentages of Color #f67468

%0
%53
%58
%4

Triadic Colors of #f67468

#f67468 #68f674 #7468f6

Analogous Colors of #f67468

#f67468 #f6bb68 #f668a3

Monochromatic Colors of #f67468

#f67468

Complementary Color

#f67468 #68eaf6

#f67468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67468 Color CSS Codes

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

#f67468 Text Font Color

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

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


#f67468 Background Color

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

This div background color is #f67468


#f67468 Border Color

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

This div border color is #f67468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67468

Related Colors


Comments

No comments written yet.

Please login to write comment.