Color Hex Logo

#fc07dc Color Hex

#FC07DC
(252,7,220)
0 Favorites   0 Comments

Color spaces of #fc07dc

RGB 2527220
HSL0.860.980.51
HSV308°97°99°
CMYK 0.000.970.13   0.01
XYZ53.139126.014769.9307
Yxy26.01470.35640.1745
Hunter Lab51.004696.7120-45.5873
CIE-Lab58.051092.7179-44.8829

#fc07dc color RGB value is (252,7,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000111 11011100
Octal 374 7 334
Decimal 252 7 220
Hex FC 7 DC

RGB Percentages of Color #fc07dc

%52.61
%1.46
%45.93

CMYK Percentages of Color #fc07dc

%0
%97
%13
%1

Triadic Colors of #fc07dc

#fc07dc #dcfc07 #07dcfc

Analogous Colors of #fc07dc

#fc07dc #fc0761 #a207fc

Monochromatic Colors of #fc07dc

#fc07dc

Complementary Color

#fc07dc #07fc27

#fc07dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc07dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc07dc Color CSS Codes

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

#fc07dc Text Font Color

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

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


#fc07dc Background Color

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

This div background color is #fc07dc


#fc07dc Border Color

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

This div border color is #fc07dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc07dc


Comments

No comments written yet.

Please login to write comment.