Color Hex Logo

#f54b4e Color Hex

#F54B4E
(245,75,78)
0 Favorites   0 Comments

Color spaces of #f54b4e

RGB 2457578
HSL1.000.890.63
HSV359°69°96°
CMYK 0.000.690.68   0.04
XYZ41.547424.99479.8424
Yxy24.99470.54390.3272
Hunter Lab49.994760.849223.3239
CIE-Lab57.070364.507136.2244

#f54b4e color RGB value is (245,75,78).

#f54b4e hex color red value is 245, green value is 75 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f54b4e hue: 1.00 , saturation: 0.89 and the lightness value of f54b4e is 0.63.

The process color (four color CMYK) of #f54b4e color hex is 0.00, 0.69, 0.68, 0.04. Web safe color of #f54b4e is #ff3366. Color #f54b4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001011 01001110
Octal 365 113 116
Decimal 245 75 78
Hex F5 4B 4E

RGB Percentages of Color #f54b4e

%61.56
%18.84
%19.60

CMYK Percentages of Color #f54b4e

%0
%69
%68
%4

Triadic Colors of #f54b4e

#f54b4e #4ef54b #4b4ef5

Analogous Colors of #f54b4e

#f54b4e #f59d4b #f54ba3

Monochromatic Colors of #f54b4e

#f54b4e

Complementary Color

#f54b4e #4bf5f2

#f54b4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54b4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54b4e Color CSS Codes

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

#f54b4e Text Font Color

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

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


#f54b4e Background Color

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

This div background color is #f54b4e


#f54b4e Border Color

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

This div border color is #f54b4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54b4e


Comments

No comments written yet.

Please login to write comment.