Color Hex Logo

#f29372 Color Hex

#F29372
(242,147,114)
0 Favorites   0 Comments

Color spaces of #f29372

RGB 242147114
HSL0.040.830.70
HSV15°53°95°
CMYK 0.000.390.53   0.05
XYZ50.088940.959621.1856
Yxy40.95960.44630.3649
Hunter Lab63.999727.702325.1732
CIE-Lab70.147632.540532.6374

#f29372 color RGB value is (242,147,114).

#f29372 hex color red value is 242, green value is 147 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f29372 hue: 0.04 , saturation: 0.83 and the lightness value of f29372 is 0.70.

The process color (four color CMYK) of #f29372 color hex is 0.00, 0.39, 0.53, 0.05. Web safe color of #f29372 is #ff9966. Color #f29372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010011 01110010
Octal 362 223 162
Decimal 242 147 114
Hex F2 93 72

RGB Percentages of Color #f29372

%48.11
%29.22
%22.66

CMYK Percentages of Color #f29372

%0
%39
%53
%5

Triadic Colors of #f29372

#f29372 #72f293 #9372f2

Analogous Colors of #f29372

#f29372 #f2d372 #f27291

Monochromatic Colors of #f29372

#f29372

Complementary Color

#f29372 #72d1f2

#f29372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29372 Color CSS Codes

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

#f29372 Text Font Color

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

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


#f29372 Background Color

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

This div background color is #f29372


#f29372 Border Color

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

This div border color is #f29372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29372


Comments

No comments written yet.

Please login to write comment.