Color Hex Logo

#fc68cc Color Hex

#FC68CC
(252,104,204)
0 Favorites   0 Comments

Color spaces of #fc68cc

RGB 252104204
HSL0.890.960.70
HSV319°59°99°
CMYK 0.000.590.19   0.01
XYZ55.994334.955760.9226
Yxy34.95570.36870.2302
Hunter Lab59.123365.5872-19.7080
CIE-Lab65.714266.9360-23.9182

#fc68cc color RGB value is (252,104,204).

#fc68cc hex color red value is 252, green value is 104 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fc68cc hue: 0.89 , saturation: 0.96 and the lightness value of fc68cc is 0.70.

The process color (four color CMYK) of #fc68cc color hex is 0.00, 0.59, 0.19, 0.01. Web safe color of #fc68cc is #ff66cc. Color #fc68cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101000 11001100
Octal 374 150 314
Decimal 252 104 204
Hex FC 68 CC

RGB Percentages of Color #fc68cc

%45.00
%18.57
%36.43

CMYK Percentages of Color #fc68cc

%0
%59
%19
%1

Triadic Colors of #fc68cc

#fc68cc #ccfc68 #68ccfc

Analogous Colors of #fc68cc

#fc68cc #fc6882 #e268fc

Monochromatic Colors of #fc68cc

#fc68cc

Complementary Color

#fc68cc #68fc98

#fc68cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc68cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc68cc Color CSS Codes

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

#fc68cc Text Font Color

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

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


#fc68cc Background Color

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

This div background color is #fc68cc


#fc68cc Border Color

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

This div border color is #fc68cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc68cc


Comments

No comments written yet.

Please login to write comment.