Color Hex Logo

#f56352 Color Hex

#F56352
(245,99,82)
0 Favorites   0 Comments

Color spaces of #f56352

RGB 2459982
HSL0.020.890.64
HSV67°96°
CMYK 0.000.600.67   0.04
XYZ43.641028.945411.2695
Yxy28.94540.52040.3452
Hunter Lab53.800950.639925.2414
CIE-Lab60.733454.987338.3963

#f56352 color RGB value is (245,99,82).

#f56352 hex color red value is 245, green value is 99 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #f56352 hue: 0.02 , saturation: 0.89 and the lightness value of f56352 is 0.64.

The process color (four color CMYK) of #f56352 color hex is 0.00, 0.60, 0.67, 0.04. Web safe color of #f56352 is #ff6666. Color #f56352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100011 01010010
Octal 365 143 122
Decimal 245 99 82
Hex F5 63 52

RGB Percentages of Color #f56352

%57.51
%23.24
%19.25

CMYK Percentages of Color #f56352

%0
%60
%67
%4

Triadic Colors of #f56352

#f56352 #52f563 #6352f5

Analogous Colors of #f56352

#f56352 #f5b552 #f55293

Monochromatic Colors of #f56352

#f56352

Complementary Color

#f56352 #52e4f5

#f56352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56352 Color CSS Codes

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

#f56352 Text Font Color

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

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


#f56352 Background Color

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

This div background color is #f56352


#f56352 Border Color

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

This div border color is #f56352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56352


Comments

No comments written yet.

Please login to write comment.