Color Hex Logo

#fc45ab Color Hex

#FC45AB
(252,69,171)
0 Favorites   0 Comments

Color spaces of #fc45ab

RGB 25269171
HSL0.910.970.63
HSV327°73°99°
CMYK 0.000.730.32   0.01
XYZ49.623727.892041.2963
Yxy27.89200.41770.2348
Hunter Lab52.812975.2985-9.3920
CIE-Lab59.791075.9267-14.0964

#fc45ab color RGB value is (252,69,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000101 10101011
Octal 374 105 253
Decimal 252 69 171
Hex FC 45 AB

RGB Percentages of Color #fc45ab

%51.22
%14.02
%34.76

CMYK Percentages of Color #fc45ab

%0
%73
%32
%1

Triadic Colors of #fc45ab

#fc45ab #abfc45 #45abfc

Analogous Colors of #fc45ab

#fc45ab #fc454f #f245fc

Monochromatic Colors of #fc45ab

#fc45ab

Complementary Color

#fc45ab #45fc96

#fc45ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc45ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc45ab Color CSS Codes

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

#fc45ab Text Font Color

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

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


#fc45ab Background Color

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

This div background color is #fc45ab


#fc45ab Border Color

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

This div border color is #fc45ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc45ab

Related Colors


Comments

No comments written yet.

Please login to write comment.