Color Hex Logo

#f5368a Color Hex

#F5368A
(245,54,138)
0 Favorites   0 Comments

Color spaces of #f5368a

RGB 24554138
HSL0.930.910.59
HSV334°78°96°
CMYK 0.000.780.44   0.04
XYZ43.562823.885826.3592
Yxy23.88580.46440.2546
Hunter Lab48.873173.57722.2337
CIE-Lab55.973375.2746-0.5567

#f5368a color RGB value is (245,54,138).

#f5368a hex color red value is 245, green value is 54 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f5368a hue: 0.93 , saturation: 0.91 and the lightness value of f5368a is 0.59.

The process color (four color CMYK) of #f5368a color hex is 0.00, 0.78, 0.44, 0.04. Web safe color of #f5368a is #ff3399. Color #f5368a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110110 10001010
Octal 365 66 212
Decimal 245 54 138
Hex F5 36 8A

RGB Percentages of Color #f5368a

%56.06
%12.36
%31.58

CMYK Percentages of Color #f5368a

%0
%78
%44
%4

Triadic Colors of #f5368a

#f5368a #8af536 #368af5

Analogous Colors of #f5368a

#f5368a #f54236 #f536ea

Monochromatic Colors of #f5368a

#f5368a

Complementary Color

#f5368a #36f5a1

#f5368a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5368a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5368a Color CSS Codes

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

#f5368a Text Font Color

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

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


#f5368a Background Color

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

This div background color is #f5368a


#f5368a Border Color

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

This div border color is #f5368a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5368a


Comments

No comments written yet.

Please login to write comment.