Color Hex Logo

#f69d82 Color Hex

#F69D82
(246,157,130)
0 Favorites   0 Comments

Color spaces of #f69d82

RGB 246157130
HSL0.040.870.74
HSV14°47°96°
CMYK 0.000.360.47   0.04
XYZ54.092345.318527.0155
Yxy45.31850.42790.3585
Hunter Lab67.319025.620423.3299
CIE-Lab73.101130.295027.9480

#f69d82 color RGB value is (246,157,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011101 10000010
Octal 366 235 202
Decimal 246 157 130
Hex F6 9D 82

RGB Percentages of Color #f69d82

%46.15
%29.46
%24.39

CMYK Percentages of Color #f69d82

%0
%36
%47
%4

Triadic Colors of #f69d82

#f69d82 #82f69d #9d82f6

Analogous Colors of #f69d82

#f69d82 #f6d782 #f682a1

Monochromatic Colors of #f69d82

#f69d82

Complementary Color

#f69d82 #82dbf6

#f69d82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69d82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69d82 Color CSS Codes

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

#f69d82 Text Font Color

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

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


#f69d82 Background Color

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

This div background color is #f69d82


#f69d82 Border Color

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

This div border color is #f69d82


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,157,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 #f69d82">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69d82


Comments

No comments written yet.

Please login to write comment.