Color Hex Logo

#fc22ab Color Hex

#FC22AB
(252,34,171)
0 Favorites   0 Comments

Color spaces of #fc22ab

RGB 25234171
HSL0.900.970.56
HSV322°87°99°
CMYK 0.000.870.32   0.01
XYZ48.067624.779840.7776
Yxy24.77980.42300.2181
Hunter Lab49.779385.2483-13.7229
CIE-Lab56.860284.3063-18.5408

#fc22ab color RGB value is (252,34,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100010 10101011
Octal 374 42 253
Decimal 252 34 171
Hex FC 22 AB

RGB Percentages of Color #fc22ab

%55.14
%7.44
%37.42

CMYK Percentages of Color #fc22ab

%0
%87
%32
%1

Triadic Colors of #fc22ab

#fc22ab #abfc22 #22abfc

Analogous Colors of #fc22ab

#fc22ab #fc223e #e022fc

Monochromatic Colors of #fc22ab

#fc22ab

Complementary Color

#fc22ab #22fc73

#fc22ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc22ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc22ab Color CSS Codes

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

#fc22ab Text Font Color

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

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


#fc22ab Background Color

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

This div background color is #fc22ab


#fc22ab Border Color

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

This div border color is #fc22ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc22ab

Related Colors


Comments

No comments written yet.

Please login to write comment.