Color Hex Logo

#fc1bca Color Hex

#FC1BCA
(252,27,202)
0 Favorites   0 Comments

Color spaces of #fc1bca

RGB 25227202
HSL0.870.970.55
HSV313°89°99°
CMYK 0.000.890.20   0.01
XYZ51.197525.743658.1477
Yxy25.74360.37900.1906
Hunter Lab50.738291.3243-32.4317
CIE-Lab57.792988.7515-35.0344

#fc1bca color RGB value is (252,27,202).

#fc1bca hex color red value is 252, green value is 27 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fc1bca hue: 0.87 , saturation: 0.97 and the lightness value of fc1bca is 0.55.

The process color (four color CMYK) of #fc1bca color hex is 0.00, 0.89, 0.20, 0.01. Web safe color of #fc1bca is #ff33cc. Color #fc1bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011011 11001010
Octal 374 33 312
Decimal 252 27 202
Hex FC 1B CA

RGB Percentages of Color #fc1bca

%52.39
%5.61
%42.00

CMYK Percentages of Color #fc1bca

%0
%89
%20
%1

Triadic Colors of #fc1bca

#fc1bca #cafc1b #1bcafc

Analogous Colors of #fc1bca

#fc1bca #fc1b5a #be1bfc

Monochromatic Colors of #fc1bca

#fc1bca

Complementary Color

#fc1bca #1bfc4d

#fc1bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1bca Color CSS Codes

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

#fc1bca Text Font Color

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

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


#fc1bca Background Color

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

This div background color is #fc1bca


#fc1bca Border Color

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

This div border color is #fc1bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,27,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc1bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1bca


Comments

No comments written yet.

Please login to write comment.