Color Hex Logo

#f18786 Color Hex

#F18786
(241,135,134)
0 Favorites   0 Comments

Color spaces of #f18786

RGB 241135134
HSL0.000.790.74
HSV44°95°
CMYK 0.000.440.44   0.05
XYZ49.242737.749927.2454
Yxy37.74990.43110.3304
Hunter Lab61.440935.539616.7171
CIE-Lab67.835940.217618.5145

#f18786 color RGB value is (241,135,134).

#f18786 hex color red value is 241, green value is 135 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #f18786 hue: 0.00 , saturation: 0.79 and the lightness value of f18786 is 0.74.

The process color (four color CMYK) of #f18786 color hex is 0.00, 0.44, 0.44, 0.05. Web safe color of #f18786 is #ff9999. Color #f18786 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000111 10000110
Octal 361 207 206
Decimal 241 135 134
Hex F1 87 86

RGB Percentages of Color #f18786

%47.25
%26.47
%26.27

CMYK Percentages of Color #f18786

%0
%44
%44
%5

Triadic Colors of #f18786

#f18786 #86f187 #8786f1

Analogous Colors of #f18786

#f18786 #f1bd86 #f186bb

Monochromatic Colors of #f18786

#f18786

Complementary Color

#f18786 #86f0f1

#f18786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18786 Color CSS Codes

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

#f18786 Text Font Color

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

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


#f18786 Background Color

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

This div background color is #f18786


#f18786 Border Color

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

This div border color is #f18786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18786


Comments

No comments written yet.

Please login to write comment.