Color Hex Logo

#f45352 Color Hex

#F45352
(244,83,82)
0 Favorites   0 Comments

Color spaces of #f45352

RGB 2448382
HSL0.000.880.64
HSV66°96°
CMYK 0.000.660.66   0.04
XYZ41.924526.028810.7970
Yxy26.02880.53240.3305
Hunter Lab51.018457.400523.1654
CIE-Lab58.064461.366735.1256

#f45352 color RGB value is (244,83,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010011 01010010
Octal 364 123 122
Decimal 244 83 82
Hex F4 53 52

RGB Percentages of Color #f45352

%59.66
%20.29
%20.05

CMYK Percentages of Color #f45352

%0
%66
%66
%4

Triadic Colors of #f45352

#f45352 #52f453 #5352f4

Analogous Colors of #f45352

#f45352 #f4a452 #f452a2

Monochromatic Colors of #f45352

#f45352

Complementary Color

#f45352 #52f3f4

#f45352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45352 Color CSS Codes

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

#f45352 Text Font Color

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

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


#f45352 Background Color

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

This div background color is #f45352


#f45352 Border Color

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

This div border color is #f45352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45352


Comments

No comments written yet.

Please login to write comment.