Color Hex Logo

#f54468 Color Hex

#F54468
(245,68,104)
0 Favorites   0 Comments

Color spaces of #f54468

RGB 24568104
HSL0.970.900.61
HSV348°72°96°
CMYK 0.000.720.58   0.04
XYZ42.222024.546215.6092
Yxy24.54620.51250.2980
Hunter Lab49.544165.417316.0012
CIE-Lab56.630668.445120.5516

#f54468 color RGB value is (245,68,104).

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

The process color (four color CMYK) of #f54468 color hex is 0.00, 0.72, 0.58, 0.04. Web safe color of #f54468 is #ff3366. Color #f54468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000100 01101000
Octal 365 104 150
Decimal 245 68 104
Hex F5 44 68

RGB Percentages of Color #f54468

%58.75
%16.31
%24.94

CMYK Percentages of Color #f54468

%0
%72
%58
%4

Triadic Colors of #f54468

#f54468 #68f544 #4468f5

Analogous Colors of #f54468

#f54468 #f57944 #f544c1

Monochromatic Colors of #f54468

#f54468

Complementary Color

#f54468 #44f5d1

#f54468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54468 Color CSS Codes

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

#f54468 Text Font Color

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

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


#f54468 Background Color

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

This div background color is #f54468


#f54468 Border Color

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

This div border color is #f54468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54468


Comments

No comments written yet.

Please login to write comment.