Color Hex Logo

#f2865e Color Hex

#F2865E
(242,134,94)
0 Favorites   0 Comments

Color spaces of #f2865e

RGB 24213494
HSL0.050.850.66
HSV16°61°95°
CMYK 0.000.450.61   0.05
XYZ47.163436.735615.1946
Yxy36.73560.47590.3707
Hunter Lab60.609932.831927.5632
CIE-Lab67.078237.749739.4998

#f2865e color RGB value is (242,134,94).

#f2865e hex color red value is 242, green value is 134 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f2865e hue: 0.05 , saturation: 0.85 and the lightness value of f2865e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000110 01011110
Octal 362 206 136
Decimal 242 134 94
Hex F2 86 5E

RGB Percentages of Color #f2865e

%51.49
%28.51
%20.00

CMYK Percentages of Color #f2865e

%0
%45
%61
%5

Triadic Colors of #f2865e

#f2865e #5ef286 #865ef2

Analogous Colors of #f2865e

#f2865e #f2d05e #f25e80

Monochromatic Colors of #f2865e

#f2865e

Complementary Color

#f2865e #5ecaf2

#f2865e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2865e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2865e Color CSS Codes

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

#f2865e Text Font Color

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

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


#f2865e Background Color

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

This div background color is #f2865e


#f2865e Border Color

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

This div border color is #f2865e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2865e

#f2865e Color Palettes


Comments

No comments written yet.

Please login to write comment.