Color Hex Logo

#f531bb Color Hex

#F531BB
(245,49,187)
0 Favorites   0 Comments

Color spaces of #f531bb

RGB 24549187
HSL0.880.910.58
HSV318°80°96°
CMYK 0.000.800.24   0.04
XYZ47.724125.197049.3619
Yxy25.19700.39030.2061
Hunter Lab50.196681.8636-23.1664
CIE-Lab57.266981.6024-27.3189

#f531bb color RGB value is (245,49,187).

#f531bb hex color red value is 245, green value is 49 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f531bb hue: 0.88 , saturation: 0.91 and the lightness value of f531bb is 0.58.

The process color (four color CMYK) of #f531bb color hex is 0.00, 0.80, 0.24, 0.04. Web safe color of #f531bb is #ff33cc. Color #f531bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110001 10111011
Octal 365 61 273
Decimal 245 49 187
Hex F5 31 BB

RGB Percentages of Color #f531bb

%50.94
%10.19
%38.88

CMYK Percentages of Color #f531bb

%0
%80
%24
%4

Triadic Colors of #f531bb

#f531bb #bbf531 #31bbf5

Analogous Colors of #f531bb

#f531bb #f53159 #cd31f5

Monochromatic Colors of #f531bb

#f531bb

Complementary Color

#f531bb #31f56b

#f531bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f531bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f531bb Color CSS Codes

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

#f531bb Text Font Color

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

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


#f531bb Background Color

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

This div background color is #f531bb


#f531bb Border Color

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

This div border color is #f531bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f531bb


Comments

No comments written yet.

Please login to write comment.