Color Hex Logo

#f2735e Color Hex

#F2735E
(242,115,94)
0 Favorites   0 Comments

Color spaces of #f2735e

RGB 24211594
HSL0.020.850.66
HSV61°95°
CMYK 0.000.520.61   0.05
XYZ44.769131.946914.3964
Yxy31.94690.49140.3506
Hunter Lab56.521642.471924.4636
CIE-Lab63.299047.224334.8332

#f2735e color RGB value is (242,115,94).

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

The process color (four color CMYK) of #f2735e color hex is 0.00, 0.52, 0.61, 0.05. Web safe color of #f2735e is #ff6666. Color #f2735e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110011 01011110
Octal 362 163 136
Decimal 242 115 94
Hex F2 73 5E

RGB Percentages of Color #f2735e

%53.66
%25.50
%20.84

CMYK Percentages of Color #f2735e

%0
%52
%61
%5

Triadic Colors of #f2735e

#f2735e #5ef273 #735ef2

Analogous Colors of #f2735e

#f2735e #f2bd5e #f25e93

Monochromatic Colors of #f2735e

#f2735e

Complementary Color

#f2735e #5eddf2

#f2735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2735e Color CSS Codes

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

#f2735e Text Font Color

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

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


#f2735e Background Color

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

This div background color is #f2735e


#f2735e Border Color

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

This div border color is #f2735e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2735e


Comments

No comments written yet.

Please login to write comment.