Color Hex Logo

#fc0681 Color Hex

#FC0681
(252,6,129)
0 Favorites   0 Comments

Color spaces of #fc0681

RGB 2526129
HSL0.920.980.51
HSV330°98°99°
CMYK 0.000.980.49   0.01
XYZ44.172522.410722.7664
Yxy22.41070.49440.2508
Hunter Lab47.339983.71194.6246
CIE-Lab54.460183.58712.7763

#fc0681 color RGB value is (252,6,129).

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

The process color (four color CMYK) of #fc0681 color hex is 0.00, 0.98, 0.49, 0.01. Web safe color of #fc0681 is #ff0099. Color #fc0681 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000110 10000001
Octal 374 6 201
Decimal 252 6 129
Hex FC 6 81

RGB Percentages of Color #fc0681

%65.12
%1.55
%33.33

CMYK Percentages of Color #fc0681

%0
%98
%49
%1

Triadic Colors of #fc0681

#fc0681 #81fc06 #0681fc

Analogous Colors of #fc0681

#fc0681 #fc0606 #fc06fc

Monochromatic Colors of #fc0681

#fc0681

Complementary Color

#fc0681 #06fc81

#fc0681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0681 Color CSS Codes

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

#fc0681 Text Font Color

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

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


#fc0681 Background Color

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

This div background color is #fc0681


#fc0681 Border Color

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

This div border color is #fc0681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0681

Related Colors


Comments

No comments written yet.

Please login to write comment.