Color Hex Logo

#f68682 Color Hex

#F68682
(246,134,130)
0 Favorites   0 Comments

Color spaces of #f68682

RGB 246134130
HSL0.010.870.74
HSV47°96°
CMYK 0.000.460.47   0.04
XYZ50.560438.254725.8382
Yxy38.25470.44100.3337
Hunter Lab61.850437.679018.5267
CIE-Lab68.207942.164521.3642

#f68682 color RGB value is (246,134,130).

#f68682 hex color red value is 246, green value is 134 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #f68682 hue: 0.01 , saturation: 0.87 and the lightness value of f68682 is 0.74.

The process color (four color CMYK) of #f68682 color hex is 0.00, 0.46, 0.47, 0.04. Web safe color of #f68682 is #ff9999. Color #f68682 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000110 10000010
Octal 366 206 202
Decimal 246 134 130
Hex F6 86 82

RGB Percentages of Color #f68682

%48.24
%26.27
%25.49

CMYK Percentages of Color #f68682

%0
%46
%47
%4

Triadic Colors of #f68682

#f68682 #82f686 #8682f6

Analogous Colors of #f68682

#f68682 #f6c082 #f682b8

Monochromatic Colors of #f68682

#f68682

Complementary Color

#f68682 #82f2f6

#f68682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68682 Color CSS Codes

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

#f68682 Text Font Color

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

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


#f68682 Background Color

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

This div background color is #f68682


#f68682 Border Color

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

This div border color is #f68682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68682

Related Colors


Comments

No comments written yet.

Please login to write comment.