Color Hex Logo

#f014ba Color Hex

#F014BA
(240,20,186)
0 Favorites   0 Comments

Color spaces of #f014ba

RGB 24020186
HSL0.870.880.51
HSV315°92°94°
CMYK 0.000.920.23   0.06
XYZ45.048322.570748.4367
Yxy22.57070.38820.1945
Hunter Lab47.508686.1159-27.1922
CIE-Lab54.627485.4090-30.9038

#f014ba color RGB value is (240,20,186).

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

The process color (four color CMYK) of #f014ba color hex is 0.00, 0.92, 0.23, 0.06. Web safe color of #f014ba is #ff00cc. Color #f014ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010100 10111010
Octal 360 24 272
Decimal 240 20 186
Hex F0 14 BA

RGB Percentages of Color #f014ba

%53.81
%4.48
%41.70

CMYK Percentages of Color #f014ba

%0
%92
%23
%6

Triadic Colors of #f014ba

#f014ba #baf014 #14baf0

Analogous Colors of #f014ba

#f014ba #f0144c #b814f0

Monochromatic Colors of #f014ba

#f014ba

Complementary Color

#f014ba #14f04a

#f014ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f014ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f014ba Color CSS Codes

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

#f014ba Text Font Color

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

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


#f014ba Background Color

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

This div background color is #f014ba


#f014ba Border Color

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

This div border color is #f014ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f014ba


Comments

No comments written yet.

Please login to write comment.