Color Hex Logo

#f5388b Color Hex

#F5388B
(245,56,139)
0 Favorites   0 Comments

Color spaces of #f5388b

RGB 24556139
HSL0.930.900.59
HSV334°77°96°
CMYK 0.000.770.43   0.04
XYZ43.730624.104926.7740
Yxy24.10490.46220.2548
Hunter Lab49.096773.07112.0350
CIE-Lab56.192774.8233-0.8289

#f5388b color RGB value is (245,56,139).

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

The process color (four color CMYK) of #f5388b color hex is 0.00, 0.77, 0.43, 0.04. Web safe color of #f5388b is #ff3399. Color #f5388b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111000 10001011
Octal 365 70 213
Decimal 245 56 139
Hex F5 38 8B

RGB Percentages of Color #f5388b

%55.68
%12.73
%31.59

CMYK Percentages of Color #f5388b

%0
%77
%43
%4

Triadic Colors of #f5388b

#f5388b #8bf538 #388bf5

Analogous Colors of #f5388b

#f5388b #f54438 #f538ea

Monochromatic Colors of #f5388b

#f5388b

Complementary Color

#f5388b #38f5a2

#f5388b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5388b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5388b Color CSS Codes

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

#f5388b Text Font Color

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

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


#f5388b Background Color

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

This div background color is #f5388b


#f5388b Border Color

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

This div border color is #f5388b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5388b


Comments

No comments written yet.

Please login to write comment.