Color Hex Logo

#f18474 Color Hex

#F18474
(241,132,116)
0 Favorites   0 Comments

Color spaces of #f18474

RGB 241132116
HSL0.020.820.70
HSV52°95°
CMYK 0.000.450.52   0.05
XYZ47.679336.464321.0483
Yxy36.46430.45330.3466
Hunter Lab60.385735.265021.6036
CIE-Lab66.873240.071527.2428

#f18474 color RGB value is (241,132,116).

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

The process color (four color CMYK) of #f18474 color hex is 0.00, 0.45, 0.52, 0.05. Web safe color of #f18474 is #ff9966. Color #f18474 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000100 01110100
Octal 361 204 164
Decimal 241 132 116
Hex F1 84 74

RGB Percentages of Color #f18474

%49.28
%26.99
%23.72

CMYK Percentages of Color #f18474

%0
%45
%52
%5

Triadic Colors of #f18474

#f18474 #74f184 #8474f1

Analogous Colors of #f18474

#f18474 #f1c374 #f174a3

Monochromatic Colors of #f18474

#f18474

Complementary Color

#f18474 #74e1f1

#f18474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18474 Color CSS Codes

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

#f18474 Text Font Color

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

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


#f18474 Background Color

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

This div background color is #f18474


#f18474 Border Color

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

This div border color is #f18474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18474


Comments

No comments written yet.

Please login to write comment.