Color Hex Logo

#fc0cba Color Hex

#FC0CBA
(252,12,186)
0 Favorites   0 Comments

Color spaces of #fc0cba

RGB 25212186
HSL0.880.980.52
HSV317°95°99°
CMYK 0.000.950.26   0.01
XYZ49.139324.503648.5941
Yxy24.50360.40200.2005
Hunter Lab49.501190.5684-23.5528
CIE-Lab56.588588.4163-27.6877

#fc0cba color RGB value is (252,12,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001100 10111010
Octal 374 14 272
Decimal 252 12 186
Hex FC C BA

RGB Percentages of Color #fc0cba

%56.00
%2.67
%41.33

CMYK Percentages of Color #fc0cba

%0
%95
%26
%1

Triadic Colors of #fc0cba

#fc0cba #bafc0c #0cbafc

Analogous Colors of #fc0cba

#fc0cba #fc0c42 #c60cfc

Monochromatic Colors of #fc0cba

#fc0cba

Complementary Color

#fc0cba #0cfc4e

#fc0cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0cba Color CSS Codes

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

#fc0cba Text Font Color

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

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


#fc0cba Background Color

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

This div background color is #fc0cba


#fc0cba Border Color

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

This div border color is #fc0cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0cba

Related Colors


Comments

No comments written yet.

Please login to write comment.