Color Hex Logo

#f45364 Color Hex

#F45364
(244,83,100)
0 Favorites   0 Comments

Color spaces of #f45364

RGB 24483100
HSL0.980.880.64
HSV354°66°96°
CMYK 0.000.660.59   0.04
XYZ42.701726.339714.8900
Yxy26.33970.50880.3138
Hunter Lab51.322258.703718.7239
CIE-Lab58.358162.438225.1631

#f45364 color RGB value is (244,83,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010011 01100100
Octal 364 123 144
Decimal 244 83 100
Hex F4 53 64

RGB Percentages of Color #f45364

%57.14
%19.44
%23.42

CMYK Percentages of Color #f45364

%0
%66
%59
%4

Triadic Colors of #f45364

#f45364 #64f453 #5364f4

Analogous Colors of #f45364

#f45364 #f49353 #f453b5

Monochromatic Colors of #f45364

#f45364

Complementary Color

#f45364 #53f4e3

#f45364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45364 Color CSS Codes

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

#f45364 Text Font Color

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

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


#f45364 Background Color

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

This div background color is #f45364


#f45364 Border Color

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

This div border color is #f45364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45364

Related Colors


Comments

No comments written yet.

Please login to write comment.