Color Hex Logo

#fc7092 Color Hex

#FC7092
(252,112,146)
0 Favorites   0 Comments

Color spaces of #fc7092

RGB 252112146
HSL0.960.960.71
HSV345°56°99°
CMYK 0.000.560.42   0.01
XYZ51.127434.359131.1314
Yxy34.35910.43840.2946
Hunter Lab58.616653.11469.5426
CIE-Lab65.246656.43758.3226

#fc7092 color RGB value is (252,112,146).

#fc7092 hex color red value is 252, green value is 112 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fc7092 hue: 0.96 , saturation: 0.96 and the lightness value of fc7092 is 0.71.

The process color (four color CMYK) of #fc7092 color hex is 0.00, 0.56, 0.42, 0.01. Web safe color of #fc7092 is #ff6699. Color #fc7092 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110000 10010010
Octal 374 160 222
Decimal 252 112 146
Hex FC 70 92

RGB Percentages of Color #fc7092

%49.41
%21.96
%28.63

CMYK Percentages of Color #fc7092

%0
%56
%42
%1

Triadic Colors of #fc7092

#fc7092 #92fc70 #7092fc

Analogous Colors of #fc7092

#fc7092 #fc9470 #fc70d8

Monochromatic Colors of #fc7092

#fc7092

Complementary Color

#fc7092 #70fcda

#fc7092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7092 Color CSS Codes

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

#fc7092 Text Font Color

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

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


#fc7092 Background Color

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

This div background color is #fc7092


#fc7092 Border Color

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

This div border color is #fc7092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7092


Comments

No comments written yet.

Please login to write comment.