Color Hex Logo

#f28170 Color Hex

#F28170
(242,129,112)
0 Favorites   0 Comments

Color spaces of #f28170

RGB 242129112
HSL0.020.830.69
HSV54°95°
CMYK 0.000.470.54   0.05
XYZ47.392835.747619.7313
Yxy35.74760.46070.3475
Hunter Lab59.789336.859222.2860
CIE-Lab66.326641.630028.7645

#f28170 color RGB value is (242,129,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000001 01110000
Octal 362 201 160
Decimal 242 129 112
Hex F2 81 70

RGB Percentages of Color #f28170

%50.10
%26.71
%23.19

CMYK Percentages of Color #f28170

%0
%47
%54
%5

Triadic Colors of #f28170

#f28170 #70f281 #8170f2

Analogous Colors of #f28170

#f28170 #f2c270 #f270a0

Monochromatic Colors of #f28170

#f28170

Complementary Color

#f28170 #70e1f2

#f28170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28170 Color CSS Codes

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

#f28170 Text Font Color

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

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


#f28170 Background Color

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

This div background color is #f28170


#f28170 Border Color

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

This div border color is #f28170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28170


Comments

No comments written yet.

Please login to write comment.