Color Hex Logo

#f47452 Color Hex

#F47452
(244,116,82)
0 Favorites   0 Comments

Color spaces of #f47452

RGB 24411682
HSL0.030.880.64
HSV13°66°96°
CMYK 0.000.520.66   0.04
XYZ45.076632.333111.8478
Yxy32.33310.50500.3622
Hunter Lab56.862241.994227.4499
CIE-Lab63.617246.741141.7889

#f47452 color RGB value is (244,116,82).

#f47452 hex color red value is 244, green value is 116 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #f47452 hue: 0.03 , saturation: 0.88 and the lightness value of f47452 is 0.64.

The process color (four color CMYK) of #f47452 color hex is 0.00, 0.52, 0.66, 0.04. Web safe color of #f47452 is #ff6666. Color #f47452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110100 01010010
Octal 364 164 122
Decimal 244 116 82
Hex F4 74 52

RGB Percentages of Color #f47452

%55.20
%26.24
%18.55

CMYK Percentages of Color #f47452

%0
%52
%66
%4

Triadic Colors of #f47452

#f47452 #52f474 #7452f4

Analogous Colors of #f47452

#f47452 #f4c552 #f45281

Monochromatic Colors of #f47452

#f47452

Complementary Color

#f47452 #52d2f4

#f47452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47452 Color CSS Codes

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

#f47452 Text Font Color

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

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


#f47452 Background Color

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

This div background color is #f47452


#f47452 Border Color

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

This div border color is #f47452


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,116,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f47452; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f47452;
  -webkit-box-shadow: 1px 1px 3px 2px #f47452;
  box-shadow:         1px 1px 3px 2px #f47452; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,116,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47452


Comments

No comments written yet.

Please login to write comment.