Color Hex Logo

#fc34ab Color Hex

#FC34AB
(252,52,171)
0 Favorites   0 Comments

Color spaces of #fc34ab

RGB 25252171
HSL0.900.970.60
HSV324°79°99°
CMYK 0.000.790.32   0.01
XYZ48.723626.091740.9963
Yxy26.09170.42070.2253
Hunter Lab51.080080.8753-11.8295
CIE-Lab58.124080.6631-16.6192

#fc34ab color RGB value is (252,52,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110100 10101011
Octal 374 64 253
Decimal 252 52 171
Hex FC 34 AB

RGB Percentages of Color #fc34ab

%53.05
%10.95
%36.00

CMYK Percentages of Color #fc34ab

%0
%79
%32
%1

Triadic Colors of #fc34ab

#fc34ab #abfc34 #34abfc

Analogous Colors of #fc34ab

#fc34ab #fc3447 #e934fc

Monochromatic Colors of #fc34ab

#fc34ab

Complementary Color

#fc34ab #34fc85

#fc34ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc34ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc34ab Color CSS Codes

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

#fc34ab Text Font Color

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

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


#fc34ab Background Color

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

This div background color is #fc34ab


#fc34ab Border Color

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

This div border color is #fc34ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc34ab

Related Colors


Comments

No comments written yet.

Please login to write comment.