Color Hex Logo

#fc63bc Color Hex

#FC63BC
(252,99,188)
0 Favorites   0 Comments

Color spaces of #fc63bc

RGB 25299188
HSL0.900.960.69
HSV325°61°99°
CMYK 0.000.610.25   0.01
XYZ53.683833.250051.1654
Yxy33.25000.38870.2408
Hunter Lab57.662865.2727-12.2453
CIE-Lab64.362866.9144-16.9333

#fc63bc color RGB value is (252,99,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100011 10111100
Octal 374 143 274
Decimal 252 99 188
Hex FC 63 BC

RGB Percentages of Color #fc63bc

%46.75
%18.37
%34.88

CMYK Percentages of Color #fc63bc

%0
%61
%25
%1

Triadic Colors of #fc63bc

#fc63bc #bcfc63 #63bcfc

Analogous Colors of #fc63bc

#fc63bc #fc6370 #f063fc

Monochromatic Colors of #fc63bc

#fc63bc

Complementary Color

#fc63bc #63fca3

#fc63bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc63bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc63bc Color CSS Codes

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

#fc63bc Text Font Color

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

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


#fc63bc Background Color

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

This div background color is #fc63bc


#fc63bc Border Color

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

This div border color is #fc63bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc63bc


Comments

No comments written yet.

Please login to write comment.