Color Hex Logo

#fc70bc Color Hex

#FC70BC
(252,112,188)
0 Favorites   0 Comments

Color spaces of #fc70bc

RGB 252112188
HSL0.910.960.71
HSV327°56°99°
CMYK 0.000.560.25   0.01
XYZ55.016235.914651.6095
Yxy35.91460.38600.2520
Hunter Lab59.928858.9923-9.1092
CIE-Lab66.454661.2895-13.7753

#fc70bc color RGB value is (252,112,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110000 10111100
Octal 374 160 274
Decimal 252 112 188
Hex FC 70 BC

RGB Percentages of Color #fc70bc

%45.65
%20.29
%34.06

CMYK Percentages of Color #fc70bc

%0
%56
%25
%1

Triadic Colors of #fc70bc

#fc70bc #bcfc70 #70bcfc

Analogous Colors of #fc70bc

#fc70bc #fc7076 #f670fc

Monochromatic Colors of #fc70bc

#fc70bc

Complementary Color

#fc70bc #70fcb0

#fc70bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc70bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc70bc Color CSS Codes

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

#fc70bc Text Font Color

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

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


#fc70bc Background Color

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

This div background color is #fc70bc


#fc70bc Border Color

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

This div border color is #fc70bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc70bc

Related Colors


Comments

No comments written yet.

Please login to write comment.