Color Hex Logo

#fc44cb Color Hex

#FC44CB
(252,68,203)
0 Favorites   0 Comments

Color spaces of #fc44cb

RGB 25268203
HSL0.880.970.63
HSV316°73°99°
CMYK 0.000.730.19   0.01
XYZ52.991529.141559.3318
Yxy29.14150.37460.2060
Hunter Lab53.982980.7519-27.3768
CIE-Lab60.906380.0289-30.7604

#fc44cb color RGB value is (252,68,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000100 11001011
Octal 374 104 313
Decimal 252 68 203
Hex FC 44 CB

RGB Percentages of Color #fc44cb

%48.18
%13.00
%38.81

CMYK Percentages of Color #fc44cb

%0
%73
%19
%1

Triadic Colors of #fc44cb

#fc44cb #cbfc44 #44cbfc

Analogous Colors of #fc44cb

#fc44cb #fc446f #d144fc

Monochromatic Colors of #fc44cb

#fc44cb

Complementary Color

#fc44cb #44fc75

#fc44cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc44cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc44cb Color CSS Codes

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

#fc44cb Text Font Color

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

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


#fc44cb Background Color

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

This div background color is #fc44cb


#fc44cb Border Color

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

This div border color is #fc44cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc44cb

Related Colors


Comments

No comments written yet.

Please login to write comment.