Color Hex Logo

#fc32ce Color Hex

#FC32CE
(252,50,206)
0 Favorites   0 Comments

Color spaces of #fc32ce

RGB 25250206
HSL0.870.970.59
HSV314°80°99°
CMYK 0.000.800.18   0.01
XYZ52.426127.432960.9244
Yxy27.43290.37240.1949
Hunter Lab52.376487.0105-32.3028
CIE-Lab59.372985.1695-34.8530

#fc32ce color RGB value is (252,50,206).

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

The process color (four color CMYK) of #fc32ce color hex is 0.00, 0.80, 0.18, 0.01. Web safe color of #fc32ce is #ff33cc. Color #fc32ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110010 11001110
Octal 374 62 316
Decimal 252 50 206
Hex FC 32 CE

RGB Percentages of Color #fc32ce

%49.61
%9.84
%40.55

CMYK Percentages of Color #fc32ce

%0
%80
%18
%1

Triadic Colors of #fc32ce

#fc32ce #cefc32 #32cefc

Analogous Colors of #fc32ce

#fc32ce #fc3269 #c532fc

Monochromatic Colors of #fc32ce

#fc32ce

Complementary Color

#fc32ce #32fc60

#fc32ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc32ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc32ce Color CSS Codes

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

#fc32ce Text Font Color

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

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


#fc32ce Background Color

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

This div background color is #fc32ce


#fc32ce Border Color

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

This div border color is #fc32ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc32ce

Related Colors


Comments

No comments written yet.

Please login to write comment.