Color Hex Logo

#fc32ab Color Hex

#FC32AB
(252,50,171)
0 Favorites   0 Comments

Color spaces of #fc32ab

RGB 25250171
HSL0.900.970.59
HSV324°80°99°
CMYK 0.000.800.32   0.01
XYZ48.636225.916940.9671
Yxy25.91690.42100.2243
Hunter Lab50.908681.4420-12.0757
CIE-Lab57.958181.1388-16.8709

#fc32ab color RGB value is (252,50,171).

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

The process color (four color CMYK) of #fc32ab color hex is 0.00, 0.80, 0.32, 0.01. Web safe color of #fc32ab is #ff3399. Color #fc32ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110010 10101011
Octal 374 62 253
Decimal 252 50 171
Hex FC 32 AB

RGB Percentages of Color #fc32ab

%53.28
%10.57
%36.15

CMYK Percentages of Color #fc32ab

%0
%80
%32
%1

Triadic Colors of #fc32ab

#fc32ab #abfc32 #32abfc

Analogous Colors of #fc32ab

#fc32ab #fc3246 #e832fc

Monochromatic Colors of #fc32ab

#fc32ab

Complementary Color

#fc32ab #32fc83

#fc32ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc32ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc32ab Color CSS Codes

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

#fc32ab Text Font Color

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

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


#fc32ab Background Color

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

This div background color is #fc32ab


#fc32ab Border Color

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

This div border color is #fc32ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc32ab

Related Colors


Comments

No comments written yet.

Please login to write comment.