Color Hex Logo

#f511ba Color Hex

#F511BA
(245,17,186)
0 Favorites   0 Comments

Color spaces of #f511ba

RGB 24517186
HSL0.880.920.51
HSV316°93°96°
CMYK 0.000.930.24   0.04
XYZ46.719623.358548.5006
Yxy23.35850.39400.1970
Hunter Lab48.330687.9714-25.6671
CIE-Lab55.439786.6701-29.5703

#f511ba color RGB value is (245,17,186).

#f511ba hex color red value is 245, green value is 17 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f511ba hue: 0.88 , saturation: 0.92 and the lightness value of f511ba is 0.51.

The process color (four color CMYK) of #f511ba color hex is 0.00, 0.93, 0.24, 0.04. Web safe color of #f511ba is #ff00cc. Color #f511ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010001 10111010
Octal 365 21 272
Decimal 245 17 186
Hex F5 11 BA

RGB Percentages of Color #f511ba

%54.69
%3.79
%41.52

CMYK Percentages of Color #f511ba

%0
%93
%24
%4

Triadic Colors of #f511ba

#f511ba #baf511 #11baf5

Analogous Colors of #f511ba

#f511ba #f51148 #be11f5

Monochromatic Colors of #f511ba

#f511ba

Complementary Color

#f511ba #11f54c

#f511ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f511ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f511ba Color CSS Codes

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

#f511ba Text Font Color

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

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


#f511ba Background Color

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

This div background color is #f511ba


#f511ba Border Color

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

This div border color is #f511ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f511ba


Comments

No comments written yet.

Please login to write comment.