Color Hex Logo

#fc076b Color Hex

#FC076B
(252,7,107)
0 Favorites   0 Comments

Color spaces of #fc076b

RGB 2527107
HSL0.930.980.51
HSV336°97°99°
CMYK 0.000.970.58   0.01
XYZ42.874721.908915.8790
Yxy21.90890.53150.2716
Hunter Lab46.806981.592112.6511
CIE-Lab53.930282.040315.2962

#fc076b color RGB value is (252,7,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000111 01101011
Octal 374 7 153
Decimal 252 7 107
Hex FC 7 6B

RGB Percentages of Color #fc076b

%68.85
%1.91
%29.23

CMYK Percentages of Color #fc076b

%0
%97
%58
%1

Triadic Colors of #fc076b

#fc076b #6bfc07 #076bfc

Analogous Colors of #fc076b

#fc076b #fc1d07 #fc07e6

Monochromatic Colors of #fc076b

#fc076b

Complementary Color

#fc076b #07fc98

#fc076b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc076b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc076b Color CSS Codes

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

#fc076b Text Font Color

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

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


#fc076b Background Color

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

This div background color is #fc076b


#fc076b Border Color

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

This div border color is #fc076b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc076b

Related Colors


Comments

No comments written yet.

Please login to write comment.