Color Hex Logo

#fc63cf Color Hex

#FC63CF
(252,99,207)
0 Favorites   0 Comments

Color spaces of #fc63cf

RGB 25299207
HSL0.880.960.69
HSV318°61°99°
CMYK 0.000.610.18   0.01
XYZ55.869234.124162.6735
Yxy34.12410.36600.2235
Hunter Lab58.415868.4906-22.7203
CIE-Lab65.061069.4392-26.6083

#fc63cf color RGB value is (252,99,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100011 11001111
Octal 374 143 317
Decimal 252 99 207
Hex FC 63 CF

RGB Percentages of Color #fc63cf

%45.16
%17.74
%37.10

CMYK Percentages of Color #fc63cf

%0
%61
%18
%1

Triadic Colors of #fc63cf

#fc63cf #cffc63 #63cffc

Analogous Colors of #fc63cf

#fc63cf #fc6383 #dd63fc

Monochromatic Colors of #fc63cf

#fc63cf

Complementary Color

#fc63cf #63fc90

#fc63cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc63cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc63cf Color CSS Codes

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

#fc63cf Text Font Color

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

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


#fc63cf Background Color

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

This div background color is #fc63cf


#fc63cf Border Color

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

This div border color is #fc63cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc63cf

Related Colors


Comments

No comments written yet.

Please login to write comment.