Color Hex Logo

#fc2996 Color Hex

#FC2996
(252,41,150)
0 Favorites   0 Comments

Color spaces of #fc2996

RGB 25241150
HSL0.910.970.57
HSV329°84°99°
CMYK 0.000.840.40   0.01
XYZ46.442824.483331.1321
Yxy24.48330.45510.2399
Hunter Lab49.480680.9502-2.6675
CIE-Lab56.568581.0239-6.6407

#fc2996 color RGB value is (252,41,150).

#fc2996 hex color red value is 252, green value is 41 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fc2996 hue: 0.91 , saturation: 0.97 and the lightness value of fc2996 is 0.57.

The process color (four color CMYK) of #fc2996 color hex is 0.00, 0.84, 0.40, 0.01. Web safe color of #fc2996 is #ff3399. Color #fc2996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 10010110
Octal 374 51 226
Decimal 252 41 150
Hex FC 29 96

RGB Percentages of Color #fc2996

%56.88
%9.26
%33.86

CMYK Percentages of Color #fc2996

%0
%84
%40
%1

Triadic Colors of #fc2996

#fc2996 #96fc29 #2996fc

Analogous Colors of #fc2996

#fc2996 #fc292d #f929fc

Monochromatic Colors of #fc2996

#fc2996

Complementary Color

#fc2996 #29fc8f

#fc2996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2996 Color CSS Codes

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

#fc2996 Text Font Color

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

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


#fc2996 Background Color

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

This div background color is #fc2996


#fc2996 Border Color

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

This div border color is #fc2996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2996

Related Colors


Comments

No comments written yet.

Please login to write comment.