Color Hex Logo

#f28157 Color Hex

#F28157
(242,129,87)
0 Favorites   0 Comments

Color spaces of #f28157

RGB 24212987
HSL0.050.860.65
HSV16°64°95°
CMYK 0.000.470.64   0.05
XYZ46.188535.265913.3894
Yxy35.26590.48700.3718
Hunter Lab59.385134.909728.2016
CIE-Lab65.955239.843941.8462

#f28157 color RGB value is (242,129,87).

#f28157 hex color red value is 242, green value is 129 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #f28157 hue: 0.05 , saturation: 0.86 and the lightness value of f28157 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000001 01010111
Octal 362 201 127
Decimal 242 129 87
Hex F2 81 57

RGB Percentages of Color #f28157

%52.84
%28.17
%19.00

CMYK Percentages of Color #f28157

%0
%47
%64
%5

Triadic Colors of #f28157

#f28157 #57f281 #8157f2

Analogous Colors of #f28157

#f28157 #f2cf57 #f2577b

Monochromatic Colors of #f28157

#f28157

Complementary Color

#f28157 #57c8f2

#f28157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28157 Color CSS Codes

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

#f28157 Text Font Color

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

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


#f28157 Background Color

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

This div background color is #f28157


#f28157 Border Color

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

This div border color is #f28157


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,129,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28157

#f28157 Color Palettes


Comments

No comments written yet.

Please login to write comment.