Color Hex Logo

#fc076e Color Hex

#FC076E
(252,7,110)
0 Favorites   0 Comments

Color spaces of #fc076e

RGB 2527110
HSL0.930.980.51
HSV335°97°99°
CMYK 0.000.970.56   0.01
XYZ43.035321.973216.7249
Yxy21.97320.52650.2688
Hunter Lab46.875681.844111.6586
CIE-Lab53.998682.224013.5769

#fc076e color RGB value is (252,7,110).

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

The process color (four color CMYK) of #fc076e color hex is 0.00, 0.97, 0.56, 0.01. Web safe color of #fc076e is #ff0066. Color #fc076e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000111 01101110
Octal 374 7 156
Decimal 252 7 110
Hex FC 7 6E

RGB Percentages of Color #fc076e

%68.29
%1.90
%29.81

CMYK Percentages of Color #fc076e

%0
%97
%56
%1

Triadic Colors of #fc076e

#fc076e #6efc07 #076efc

Analogous Colors of #fc076e

#fc076e #fc1a07 #fc07e9

Monochromatic Colors of #fc076e

#fc076e

Complementary Color

#fc076e #07fc95

#fc076e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc076e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc076e Color CSS Codes

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

#fc076e Text Font Color

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

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


#fc076e Background Color

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

This div background color is #fc076e


#fc076e Border Color

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

This div border color is #fc076e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc076e


Comments

No comments written yet.

Please login to write comment.