Color Hex Logo

#fc14ba Color Hex

#FC14BA
(252,20,186)
0 Favorites   0 Comments

Color spaces of #fc14ba

RGB 25220186
HSL0.880.970.53
HSV317°92°99°
CMYK 0.000.920.26   0.01
XYZ49.258024.740948.6337
Yxy24.74090.40170.2017
Hunter Lab49.740289.7241-23.1529
CIE-Lab56.822187.7324-27.3265

#fc14ba color RGB value is (252,20,186).

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

The process color (four color CMYK) of #fc14ba color hex is 0.00, 0.92, 0.26, 0.01. Web safe color of #fc14ba is #ff00cc. Color #fc14ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010100 10111010
Octal 374 24 272
Decimal 252 20 186
Hex FC 14 BA

RGB Percentages of Color #fc14ba

%55.02
%4.37
%40.61

CMYK Percentages of Color #fc14ba

%0
%92
%26
%1

Triadic Colors of #fc14ba

#fc14ba #bafc14 #14bafc

Analogous Colors of #fc14ba

#fc14ba #fc1446 #ca14fc

Monochromatic Colors of #fc14ba

#fc14ba

Complementary Color

#fc14ba #14fc56

#fc14ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc14ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc14ba Color CSS Codes

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

#fc14ba Text Font Color

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

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


#fc14ba Background Color

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

This div background color is #fc14ba


#fc14ba Border Color

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

This div border color is #fc14ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc14ba


Comments

No comments written yet.

Please login to write comment.