Color Hex Logo

#fc3bcb Color Hex

#FC3BCB
(252,59,203)
0 Favorites   0 Comments

Color spaces of #fc3bcb

RGB 25259203
HSL0.880.970.61
HSV315°77°99°
CMYK 0.000.770.19   0.01
XYZ52.488328.135259.1641
Yxy28.13520.37550.2013
Hunter Lab53.042683.8100-29.0026
CIE-Lab60.010782.5826-32.1506

#fc3bcb color RGB value is (252,59,203).

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

The process color (four color CMYK) of #fc3bcb color hex is 0.00, 0.77, 0.19, 0.01. Web safe color of #fc3bcb is #ff33cc. Color #fc3bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111011 11001011
Octal 374 73 313
Decimal 252 59 203
Hex FC 3B CB

RGB Percentages of Color #fc3bcb

%49.03
%11.48
%39.49

CMYK Percentages of Color #fc3bcb

%0
%77
%19
%1

Triadic Colors of #fc3bcb

#fc3bcb #cbfc3b #3bcbfc

Analogous Colors of #fc3bcb

#fc3bcb #fc3b6b #cd3bfc

Monochromatic Colors of #fc3bcb

#fc3bcb

Complementary Color

#fc3bcb #3bfc6c

#fc3bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3bcb Color CSS Codes

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

#fc3bcb Text Font Color

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

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


#fc3bcb Background Color

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

This div background color is #fc3bcb


#fc3bcb Border Color

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

This div border color is #fc3bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3bcb

Related Colors


Comments

No comments written yet.

Please login to write comment.