Color Hex Logo

#f5389d Color Hex

#F5389D
(245,56,157)
0 Favorites   0 Comments

Color spaces of #f5389d

RGB 24556157
HSL0.910.900.59
HSV328°77°96°
CMYK 0.000.770.36   0.04
XYZ45.156224.675134.2811
Yxy24.67510.43370.2370
Hunter Lab49.674075.3359-6.1455
CIE-Lab56.757576.5384-10.6154

#f5389d color RGB value is (245,56,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111000 10011101
Octal 365 70 235
Decimal 245 56 157
Hex F5 38 9D

RGB Percentages of Color #f5389d

%53.49
%12.23
%34.28

CMYK Percentages of Color #f5389d

%0
%77
%36
%4

Triadic Colors of #f5389d

#f5389d #9df538 #389df5

Analogous Colors of #f5389d

#f5389d #f5383e #ef38f5

Monochromatic Colors of #f5389d

#f5389d

Complementary Color

#f5389d #38f590

#f5389d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5389d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5389d Color CSS Codes

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

#f5389d Text Font Color

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

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


#f5389d Background Color

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

This div background color is #f5389d


#f5389d Border Color

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

This div border color is #f5389d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5389d


Comments

No comments written yet.

Please login to write comment.