Color Hex Logo

#f7b185 Color Hex

#F7B185
(247,177,133)
0 Favorites   0 Comments

Color spaces of #f7b185

RGB 247177133
HSL0.060.880.75
HSV23°46°97°
CMYK 0.000.280.46   0.03
XYZ58.313652.911929.3299
Yxy52.91190.41490.3764
Hunter Lab72.740615.801327.0119
CIE-Lab77.823020.452032.5981

#f7b185 color RGB value is (247,177,133).

#f7b185 hex color red value is 247, green value is 177 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f7b185 hue: 0.06 , saturation: 0.88 and the lightness value of f7b185 is 0.75.

The process color (four color CMYK) of #f7b185 color hex is 0.00, 0.28, 0.46, 0.03. Web safe color of #f7b185 is #ff9999. Color #f7b185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10110001 10000101
Octal 367 261 205
Decimal 247 177 133
Hex F7 B1 85

RGB Percentages of Color #f7b185

%44.34
%31.78
%23.88

CMYK Percentages of Color #f7b185

%0
%28
%46
%3

Triadic Colors of #f7b185

#f7b185 #85f7b1 #b185f7

Analogous Colors of #f7b185

#f7b185 #f7ea85 #f78592

Monochromatic Colors of #f7b185

#f7b185

Complementary Color

#f7b185 #85cbf7

#f7b185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7b185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7b185 Color CSS Codes

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

#f7b185 Text Font Color

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

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


#f7b185 Background Color

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

This div background color is #f7b185


#f7b185 Border Color

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

This div border color is #f7b185


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,177,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7b185; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7b185;
  -webkit-box-shadow: 1px 1px 3px 2px #f7b185;
  box-shadow:         1px 1px 3px 2px #f7b185; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,177,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7b185


Comments

No comments written yet.

Please login to write comment.