Color Hex Logo

#f68473 Color Hex

#F68473
(246,132,115)
0 Favorites   0 Comments

Color spaces of #f68473

RGB 246132115
HSL0.020.880.71
HSV53°96°
CMYK 0.000.460.53   0.04
XYZ49.351837.333220.8246
Yxy37.33320.45900.3473
Hunter Lab61.100937.249622.5632
CIE-Lab67.526341.848528.7799

#f68473 color RGB value is (246,132,115).

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

The process color (four color CMYK) of #f68473 color hex is 0.00, 0.46, 0.53, 0.04. Web safe color of #f68473 is #ff9966. Color #f68473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000100 01110011
Octal 366 204 163
Decimal 246 132 115
Hex F6 84 73

RGB Percentages of Color #f68473

%49.90
%26.77
%23.33

CMYK Percentages of Color #f68473

%0
%46
%53
%4

Triadic Colors of #f68473

#f68473 #73f684 #8473f6

Analogous Colors of #f68473

#f68473 #f6c673 #f673a4

Monochromatic Colors of #f68473

#f68473

Complementary Color

#f68473 #73e5f6

#f68473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68473 Color CSS Codes

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

#f68473 Text Font Color

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

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


#f68473 Background Color

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

This div background color is #f68473


#f68473 Border Color

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

This div border color is #f68473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68473

Related Colors


Comments

No comments written yet.

Please login to write comment.