Color Hex Logo

#f54045 Color Hex

#F54045
(245,64,69)
0 Favorites   0 Comments

Color spaces of #f54045

RGB 2456469
HSL1.000.900.61
HSV358°74°96°
CMYK 0.000.740.72   0.04
XYZ40.563823.50898.0300
Yxy23.50890.56260.3260
Hunter Lab48.486064.484224.1209
CIE-Lab55.592767.857439.5641

#f54045 color RGB value is (245,64,69).

#f54045 hex color red value is 245, green value is 64 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #f54045 hue: 1.00 , saturation: 0.90 and the lightness value of f54045 is 0.61.

The process color (four color CMYK) of #f54045 color hex is 0.00, 0.74, 0.72, 0.04. Web safe color of #f54045 is #ff3333. Color #f54045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000000 01000101
Octal 365 100 105
Decimal 245 64 69
Hex F5 40 45

RGB Percentages of Color #f54045

%64.81
%16.93
%18.25

CMYK Percentages of Color #f54045

%0
%74
%72
%4

Triadic Colors of #f54045

#f54045 #45f540 #4045f5

Analogous Colors of #f54045

#f54045 #f59640 #f540a0

Monochromatic Colors of #f54045

#f54045

Complementary Color

#f54045 #40f5f0

#f54045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54045 Color CSS Codes

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

#f54045 Text Font Color

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

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


#f54045 Background Color

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

This div background color is #f54045


#f54045 Border Color

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

This div border color is #f54045


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,64,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54045


Comments

No comments written yet.

Please login to write comment.