Color Hex Logo

#f515ba Color Hex

#F515BA
(245,21,186)
0 Favorites   0 Comments

Color spaces of #f515ba

RGB 24521186
HSL0.880.920.52
HSV316°91°96°
CMYK 0.000.910.24   0.04
XYZ46.787323.494048.5232
Yxy23.49400.39380.1978
Hunter Lab48.470687.4774-25.4249
CIE-Lab55.577686.2663-29.3563

#f515ba color RGB value is (245,21,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010101 10111010
Octal 365 25 272
Decimal 245 21 186
Hex F5 15 BA

RGB Percentages of Color #f515ba

%54.20
%4.65
%41.15

CMYK Percentages of Color #f515ba

%0
%91
%24
%4

Triadic Colors of #f515ba

#f515ba #baf515 #15baf5

Analogous Colors of #f515ba

#f515ba #f5154a #c015f5

Monochromatic Colors of #f515ba

#f515ba

Complementary Color

#f515ba #15f550

#f515ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f515ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f515ba Color CSS Codes

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

#f515ba Text Font Color

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

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


#f515ba Background Color

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

This div background color is #f515ba


#f515ba Border Color

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

This div border color is #f515ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,21,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 #f515ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f515ba


Comments

No comments written yet.

Please login to write comment.