Color Hex Logo

#fc65cf Color Hex

#FC65CF
(252,101,207)
0 Favorites   0 Comments

Color spaces of #fc65cf

RGB 252101207
HSL0.880.960.69
HSV318°60°99°
CMYK 0.000.600.18   0.01
XYZ56.061034.507862.7374
Yxy34.50780.36570.2251
Hunter Lab58.743367.5485-22.2009
CIE-Lab65.363668.6132-26.1429

#fc65cf color RGB value is (252,101,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100101 11001111
Octal 374 145 317
Decimal 252 101 207
Hex FC 65 CF

RGB Percentages of Color #fc65cf

%45.00
%18.04
%36.96

CMYK Percentages of Color #fc65cf

%0
%60
%18
%1

Triadic Colors of #fc65cf

#fc65cf #cffc65 #65cffc

Analogous Colors of #fc65cf

#fc65cf #fc6584 #de65fc

Monochromatic Colors of #fc65cf

#fc65cf

Complementary Color

#fc65cf #65fc92

#fc65cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc65cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc65cf Color CSS Codes

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

#fc65cf Text Font Color

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

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


#fc65cf Background Color

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

This div background color is #fc65cf


#fc65cf Border Color

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

This div border color is #fc65cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc65cf


Comments

No comments written yet.

Please login to write comment.