Color Hex Logo

#fc71bc Color Hex

#FC71BC
(252,113,188)
0 Favorites   0 Comments

Color spaces of #fc71bc

RGB 252113188
HSL0.910.960.72
HSV328°55°99°
CMYK 0.000.550.25   0.01
XYZ55.127136.136551.6465
Yxy36.13650.38570.2529
Hunter Lab60.113658.4942-8.8593
CIE-Lab66.624160.8388-13.5204

#fc71bc color RGB value is (252,113,188).

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

The process color (four color CMYK) of #fc71bc color hex is 0.00, 0.55, 0.25, 0.01. Web safe color of #fc71bc is #ff66cc. Color #fc71bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110001 10111100
Octal 374 161 274
Decimal 252 113 188
Hex FC 71 BC

RGB Percentages of Color #fc71bc

%45.57
%20.43
%34.00

CMYK Percentages of Color #fc71bc

%0
%55
%25
%1

Triadic Colors of #fc71bc

#fc71bc #bcfc71 #71bcfc

Analogous Colors of #fc71bc

#fc71bc #fc7177 #f771fc

Monochromatic Colors of #fc71bc

#fc71bc

Complementary Color

#fc71bc #71fcb1

#fc71bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc71bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc71bc Color CSS Codes

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

#fc71bc Text Font Color

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

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


#fc71bc Background Color

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

This div background color is #fc71bc


#fc71bc Border Color

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

This div border color is #fc71bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc71bc


Comments

No comments written yet.

Please login to write comment.