Color Hex Logo

#f18370 Color Hex

#F18370
(241,131,112)
0 Favorites   0 Comments

Color spaces of #f18370

RGB 241131112
HSL0.020.820.69
HSV54°95°
CMYK 0.000.460.54   0.05
XYZ47.316636.103219.8040
Yxy36.10320.45840.3498
Hunter Lab60.085935.415222.5185
CIE-Lab66.598740.244629.0948

#f18370 color RGB value is (241,131,112).

#f18370 hex color red value is 241, green value is 131 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #f18370 hue: 0.02 , saturation: 0.82 and the lightness value of f18370 is 0.69.

The process color (four color CMYK) of #f18370 color hex is 0.00, 0.46, 0.54, 0.05. Web safe color of #f18370 is #ff9966. Color #f18370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000011 01110000
Octal 361 203 160
Decimal 241 131 112
Hex F1 83 70

RGB Percentages of Color #f18370

%49.79
%27.07
%23.14

CMYK Percentages of Color #f18370

%0
%46
%54
%5

Triadic Colors of #f18370

#f18370 #70f183 #8370f1

Analogous Colors of #f18370

#f18370 #f1c470 #f1709e

Monochromatic Colors of #f18370

#f18370

Complementary Color

#f18370 #70def1

#f18370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18370 Color CSS Codes

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

#f18370 Text Font Color

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

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


#f18370 Background Color

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

This div background color is #f18370


#f18370 Border Color

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

This div border color is #f18370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18370


Comments

No comments written yet.

Please login to write comment.