Color Hex Logo

#fc1790 Color Hex

#FC1790
(252,23,144)
0 Favorites   0 Comments

Color spaces of #fc1790

RGB 25223144
HSL0.910.970.54
HSV328°91°99°
CMYK 0.000.910.43   0.01
XYZ45.485323.321928.4898
Yxy23.32190.46750.2397
Hunter Lab48.292883.6108-1.1726
CIE-Lab55.402483.3249-4.8129

#fc1790 color RGB value is (252,23,144).

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

The process color (four color CMYK) of #fc1790 color hex is 0.00, 0.91, 0.43, 0.01. Web safe color of #fc1790 is #ff0099. Color #fc1790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010111 10010000
Octal 374 27 220
Decimal 252 23 144
Hex FC 17 90

RGB Percentages of Color #fc1790

%60.14
%5.49
%34.37

CMYK Percentages of Color #fc1790

%0
%91
%43
%1

Triadic Colors of #fc1790

#fc1790 #90fc17 #1790fc

Analogous Colors of #fc1790

#fc1790 #fc171d #f617fc

Monochromatic Colors of #fc1790

#fc1790

Complementary Color

#fc1790 #17fc83

#fc1790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1790 Color CSS Codes

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

#fc1790 Text Font Color

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

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


#fc1790 Background Color

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

This div background color is #fc1790


#fc1790 Border Color

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

This div border color is #fc1790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1790


Comments

No comments written yet.

Please login to write comment.