Color Hex Logo

#f68172 Color Hex

#F68172
(246,129,114)
0 Favorites   0 Comments

Color spaces of #f68172

RGB 246129114
HSL0.020.880.71
HSV54°96°
CMYK 0.000.480.54   0.04
XYZ48.893636.508220.3894
Yxy36.50820.46220.3451
Hunter Lab60.422038.704022.2880
CIE-Lab66.906443.272728.5196

#f68172 color RGB value is (246,129,114).

#f68172 hex color red value is 246, green value is 129 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f68172 hue: 0.02 , saturation: 0.88 and the lightness value of f68172 is 0.71.

The process color (four color CMYK) of #f68172 color hex is 0.00, 0.48, 0.54, 0.04. Web safe color of #f68172 is #ff9966. Color #f68172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000001 01110010
Octal 366 201 162
Decimal 246 129 114
Hex F6 81 72

RGB Percentages of Color #f68172

%50.31
%26.38
%23.31

CMYK Percentages of Color #f68172

%0
%48
%54
%4

Triadic Colors of #f68172

#f68172 #72f681 #8172f6

Analogous Colors of #f68172

#f68172 #f6c372 #f672a5

Monochromatic Colors of #f68172

#f68172

Complementary Color

#f68172 #72e7f6

#f68172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68172 Color CSS Codes

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

#f68172 Text Font Color

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

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


#f68172 Background Color

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

This div background color is #f68172


#f68172 Border Color

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

This div border color is #f68172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68172


Comments

No comments written yet.

Please login to write comment.