Color Hex Logo

#fc40cb Color Hex

#FC40CB
(252,64,203)
0 Favorites   0 Comments

Color spaces of #fc40cb

RGB 25264203
HSL0.880.970.62
HSV316°75°99°
CMYK 0.000.750.19   0.01
XYZ52.757828.674059.2539
Yxy28.67400.37500.2038
Hunter Lab53.548182.1564-28.1239
CIE-Lab60.492881.2052-31.4018

#fc40cb color RGB value is (252,64,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 11001011
Octal 374 100 313
Decimal 252 64 203
Hex FC 40 CB

RGB Percentages of Color #fc40cb

%48.55
%12.33
%39.11

CMYK Percentages of Color #fc40cb

%0
%75
%19
%1

Triadic Colors of #fc40cb

#fc40cb #cbfc40 #40cbfc

Analogous Colors of #fc40cb

#fc40cb #fc406d #cf40fc

Monochromatic Colors of #fc40cb

#fc40cb

Complementary Color

#fc40cb #40fc71

#fc40cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc40cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc40cb Color CSS Codes

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

#fc40cb Text Font Color

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

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


#fc40cb Background Color

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

This div background color is #fc40cb


#fc40cb Border Color

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

This div border color is #fc40cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc40cb

Related Colors


Comments

No comments written yet.

Please login to write comment.