Color Hex Logo

#fc75ab Color Hex

#FC75AB
(252,117,171)
0 Favorites   0 Comments

Color spaces of #fc75ab

RGB 252117171
HSL0.930.960.72
HSV336°54°99°
CMYK 0.000.540.32   0.01
XYZ53.856936.358342.7074
Yxy36.35830.40520.2735
Hunter Lab60.297853.91160.2149
CIE-Lab66.792856.8842-3.6549

#fc75ab color RGB value is (252,117,171).

#fc75ab hex color red value is 252, green value is 117 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fc75ab hue: 0.93 , saturation: 0.96 and the lightness value of fc75ab is 0.72.

The process color (four color CMYK) of #fc75ab color hex is 0.00, 0.54, 0.32, 0.01. Web safe color of #fc75ab is #ff6699. Color #fc75ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110101 10101011
Octal 374 165 253
Decimal 252 117 171
Hex FC 75 AB

RGB Percentages of Color #fc75ab

%46.67
%21.67
%31.67

CMYK Percentages of Color #fc75ab

%0
%54
%32
%1

Triadic Colors of #fc75ab

#fc75ab #abfc75 #75abfc

Analogous Colors of #fc75ab

#fc75ab #fc8375 #fc75ef

Monochromatic Colors of #fc75ab

#fc75ab

Complementary Color

#fc75ab #75fcc6

#fc75ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc75ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc75ab Color CSS Codes

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

#fc75ab Text Font Color

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

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


#fc75ab Background Color

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

This div background color is #fc75ab


#fc75ab Border Color

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

This div border color is #fc75ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc75ab


Comments

No comments written yet.

Please login to write comment.