Color Hex Logo

#f37268 Color Hex

#F37268
(243,114,104)
0 Favorites   0 Comments

Color spaces of #f37268

RGB 243114104
HSL0.010.850.68
HSV57°95°
CMYK 0.000.530.57   0.05
XYZ45.478232.088816.8935
Yxy32.08880.48150.3397
Hunter Lab56.647044.173921.9712
CIE-Lab63.416248.762229.4555

#f37268 color RGB value is (243,114,104).

#f37268 hex color red value is 243, green value is 114 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #f37268 hue: 0.01 , saturation: 0.85 and the lightness value of f37268 is 0.68.

The process color (four color CMYK) of #f37268 color hex is 0.00, 0.53, 0.57, 0.05. Web safe color of #f37268 is #ff6666. Color #f37268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110010 01101000
Octal 363 162 150
Decimal 243 114 104
Hex F3 72 68

RGB Percentages of Color #f37268

%52.71
%24.73
%22.56

CMYK Percentages of Color #f37268

%0
%53
%57
%5

Triadic Colors of #f37268

#f37268 #68f372 #7268f3

Analogous Colors of #f37268

#f37268 #f3b868 #f368a4

Monochromatic Colors of #f37268

#f37268

Complementary Color

#f37268 #68e9f3

#f37268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f37268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f37268 Color CSS Codes

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

#f37268 Text Font Color

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

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


#f37268 Background Color

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

This div background color is #f37268


#f37268 Border Color

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

This div border color is #f37268


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,114,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f37268; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f37268;
  -webkit-box-shadow: 1px 1px 3px 2px #f37268;
  box-shadow:         1px 1px 3px 2px #f37268; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,114,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f37268


Comments

No comments written yet.

Please login to write comment.