Color Hex Logo

#fc68de Color Hex

#FC68DE
(252,104,222)
0 Favorites   0 Comments

Color spaces of #fc68de

RGB 252104222
HSL0.870.960.70
HSV312°59°99°
CMYK 0.000.590.12   0.01
XYZ58.280035.870072.9591
Yxy35.87000.34880.2147
Hunter Lab59.891668.8867-30.3022
CIE-Lab66.420569.5190-32.9085

#fc68de color RGB value is (252,104,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101000 11011110
Octal 374 150 336
Decimal 252 104 222
Hex FC 68 DE

RGB Percentages of Color #fc68de

%43.60
%17.99
%38.41

CMYK Percentages of Color #fc68de

%0
%59
%12
%1

Triadic Colors of #fc68de

#fc68de #defc68 #68defc

Analogous Colors of #fc68de

#fc68de #fc6894 #d068fc

Monochromatic Colors of #fc68de

#fc68de

Complementary Color

#fc68de #68fc86

#fc68de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc68de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc68de Color CSS Codes

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

#fc68de Text Font Color

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

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


#fc68de Background Color

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

This div background color is #fc68de


#fc68de Border Color

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

This div border color is #fc68de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc68de

Related Colors


Comments

No comments written yet.

Please login to write comment.