Color Hex Logo

#fc3692 Color Hex

#FC3692
(252,54,146)
0 Favorites   0 Comments

Color spaces of #fc3692

RGB 25254146
HSL0.920.970.60
HSV332°79°99°
CMYK 0.000.790.42   0.01
XYZ46.652425.409129.6397
Yxy25.40910.45870.2498
Hunter Lab50.407476.98980.4225
CIE-Lab57.471977.7215-2.9431

#fc3692 color RGB value is (252,54,146).

#fc3692 hex color red value is 252, green value is 54 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fc3692 hue: 0.92 , saturation: 0.97 and the lightness value of fc3692 is 0.60.

The process color (four color CMYK) of #fc3692 color hex is 0.00, 0.79, 0.42, 0.01. Web safe color of #fc3692 is #ff3399. Color #fc3692 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110110 10010010
Octal 374 66 222
Decimal 252 54 146
Hex FC 36 92

RGB Percentages of Color #fc3692

%55.75
%11.95
%32.30

CMYK Percentages of Color #fc3692

%0
%79
%42
%1

Triadic Colors of #fc3692

#fc3692 #92fc36 #3692fc

Analogous Colors of #fc3692

#fc3692 #fc3d36 #fc36f5

Monochromatic Colors of #fc3692

#fc3692

Complementary Color

#fc3692 #36fca0

#fc3692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3692 Color CSS Codes

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

#fc3692 Text Font Color

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

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


#fc3692 Background Color

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

This div background color is #fc3692


#fc3692 Border Color

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

This div border color is #fc3692


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,54,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 #fc3692">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3692


Comments

No comments written yet.

Please login to write comment.