Color Hex Logo

#fc07de Color Hex

#FC07DE
(252,7,222)
0 Favorites   0 Comments

Color spaces of #fc07de

RGB 2527222
HSL0.850.980.51
HSV307°97°99°
CMYK 0.000.970.12   0.01
XYZ53.405726.121371.3344
Yxy26.12130.35400.1731
Hunter Lab51.109097.0806-46.9766
CIE-Lab58.152092.9703-45.8556

#fc07de color RGB value is (252,7,222).

#fc07de hex color red value is 252, green value is 7 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fc07de hue: 0.85 , saturation: 0.98 and the lightness value of fc07de is 0.51.

The process color (four color CMYK) of #fc07de color hex is 0.00, 0.97, 0.12, 0.01. Web safe color of #fc07de is #ff00cc. Color #fc07de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000111 11011110
Octal 374 7 336
Decimal 252 7 222
Hex FC 7 DE

RGB Percentages of Color #fc07de

%52.39
%1.46
%46.15

CMYK Percentages of Color #fc07de

%0
%97
%12
%1

Triadic Colors of #fc07de

#fc07de #defc07 #07defc

Analogous Colors of #fc07de

#fc07de #fc0764 #a007fc

Monochromatic Colors of #fc07de

#fc07de

Complementary Color

#fc07de #07fc25

#fc07de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc07de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc07de Color CSS Codes

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

#fc07de Text Font Color

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

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


#fc07de Background Color

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

This div background color is #fc07de


#fc07de Border Color

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

This div border color is #fc07de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc07de

Related Colors


Comments

No comments written yet.

Please login to write comment.