Color Hex Logo

#fc63aa Color Hex

#FC63AA
(252,99,170)
0 Favorites   0 Comments

Color spaces of #fc63aa

RGB 25299170
HSL0.920.960.69
HSV332°61°99°
CMYK 0.000.610.33   0.01
XYZ51.862432.521441.5740
Yxy32.52140.41170.2582
Hunter Lab57.027562.5346-3.3041
CIE-Lab63.771564.7351-7.5573

#fc63aa color RGB value is (252,99,170).

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

The process color (four color CMYK) of #fc63aa color hex is 0.00, 0.61, 0.33, 0.01. Web safe color of #fc63aa is #ff6699. Color #fc63aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100011 10101010
Octal 374 143 252
Decimal 252 99 170
Hex FC 63 AA

RGB Percentages of Color #fc63aa

%48.37
%19.00
%32.63

CMYK Percentages of Color #fc63aa

%0
%61
%33
%1

Triadic Colors of #fc63aa

#fc63aa #aafc63 #63aafc

Analogous Colors of #fc63aa

#fc63aa #fc6963 #fc63f7

Monochromatic Colors of #fc63aa

#fc63aa

Complementary Color

#fc63aa #63fcb5

#fc63aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc63aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc63aa Color CSS Codes

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

#fc63aa Text Font Color

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

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


#fc63aa Background Color

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

This div background color is #fc63aa


#fc63aa Border Color

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

This div border color is #fc63aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc63aa


Comments

No comments written yet.

Please login to write comment.