Color Hex Logo

#f54467 Color Hex

#F54467
(245,68,103)
0 Favorites   0 Comments

Color spaces of #f54467

RGB 24568103
HSL0.970.900.61
HSV348°72°96°
CMYK 0.000.720.58   0.04
XYZ42.171524.526015.3433
Yxy24.52600.51400.2989
Hunter Lab49.523765.333616.2976
CIE-Lab56.610668.378821.1150

#f54467 color RGB value is (245,68,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000100 01100111
Octal 365 104 147
Decimal 245 68 103
Hex F5 44 67

RGB Percentages of Color #f54467

%58.89
%16.35
%24.76

CMYK Percentages of Color #f54467

%0
%72
%58
%4

Triadic Colors of #f54467

#f54467 #67f544 #4467f5

Analogous Colors of #f54467

#f54467 #f57a44 #f544c0

Monochromatic Colors of #f54467

#f54467

Complementary Color

#f54467 #44f5d2

#f54467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54467 Color CSS Codes

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

#f54467 Text Font Color

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

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


#f54467 Background Color

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

This div background color is #f54467


#f54467 Border Color

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

This div border color is #f54467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54467


Comments

No comments written yet.

Please login to write comment.