Color Hex Logo

#fc29cb Color Hex

#FC29CB
(252,41,203)
0 Favorites   0 Comments

Color spaces of #fc29cb

RGB 25241203
HSL0.870.970.57
HSV314°84°99°
CMYK 0.000.840.19   0.01
XYZ51.717326.593158.9071
Yxy26.59310.37690.1938
Hunter Lab51.568588.7702-31.6295
CIE-Lab58.595886.6628-34.3534

#fc29cb color RGB value is (252,41,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 11001011
Octal 374 51 313
Decimal 252 41 203
Hex FC 29 CB

RGB Percentages of Color #fc29cb

%50.81
%8.27
%40.93

CMYK Percentages of Color #fc29cb

%0
%84
%19
%1

Triadic Colors of #fc29cb

#fc29cb #cbfc29 #29cbfc

Analogous Colors of #fc29cb

#fc29cb #fc2961 #c429fc

Monochromatic Colors of #fc29cb

#fc29cb

Complementary Color

#fc29cb #29fc5a

#fc29cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc29cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc29cb Color CSS Codes

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

#fc29cb Text Font Color

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

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


#fc29cb Background Color

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

This div background color is #fc29cb


#fc29cb Border Color

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

This div border color is #fc29cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc29cb

Related Colors


Comments

No comments written yet.

Please login to write comment.