Color Hex Logo

#f514ba Color Hex

#F514BA
(245,20,186)
0 Favorites   0 Comments

Color spaces of #f514ba

RGB 24520186
HSL0.880.920.52
HSV316°92°96°
CMYK 0.000.920.24   0.04
XYZ46.769323.458048.5172
Yxy23.45800.39390.1976
Hunter Lab48.433587.6082-25.4891
CIE-Lab55.541086.3734-29.4131

#f514ba color RGB value is (245,20,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010100 10111010
Octal 365 24 272
Decimal 245 20 186
Hex F5 14 BA

RGB Percentages of Color #f514ba

%54.32
%4.43
%41.24

CMYK Percentages of Color #f514ba

%0
%92
%24
%4

Triadic Colors of #f514ba

#f514ba #baf514 #14baf5

Analogous Colors of #f514ba

#f514ba #f5144a #c014f5

Monochromatic Colors of #f514ba

#f514ba

Complementary Color

#f514ba #14f54f

#f514ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f514ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f514ba Color CSS Codes

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

#f514ba Text Font Color

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

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


#f514ba Background Color

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

This div background color is #f514ba


#f514ba Border Color

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

This div border color is #f514ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f514ba


Comments

No comments written yet.

Please login to write comment.