Color Hex Logo

#f5239b Color Hex

#F5239B
(245,35,155)
0 Favorites   0 Comments

Color spaces of #f5239b

RGB 24535155
HSL0.900.910.55
HSV326°86°96°
CMYK 0.000.860.37   0.04
XYZ44.173622.981133.1179
Yxy22.98110.44050.2292
Hunter Lab47.938680.5884-7.4029
CIE-Lab55.052981.0352-11.9977

#f5239b color RGB value is (245,35,155).

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

The process color (four color CMYK) of #f5239b color hex is 0.00, 0.86, 0.37, 0.04. Web safe color of #f5239b is #ff3399. Color #f5239b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100011 10011011
Octal 365 43 233
Decimal 245 35 155
Hex F5 23 9B

RGB Percentages of Color #f5239b

%56.32
%8.05
%35.63

CMYK Percentages of Color #f5239b

%0
%86
%37
%4

Triadic Colors of #f5239b

#f5239b #9bf523 #239bf5

Analogous Colors of #f5239b

#f5239b #f52332 #e623f5

Monochromatic Colors of #f5239b

#f5239b

Complementary Color

#f5239b #23f57d

#f5239b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5239b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5239b Color CSS Codes

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

#f5239b Text Font Color

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

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


#f5239b Background Color

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

This div background color is #f5239b


#f5239b Border Color

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

This div border color is #f5239b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5239b


Comments

No comments written yet.

Please login to write comment.