Color Hex Logo

#fc4691 Color Hex

#FC4691
(252,70,145)
0 Favorites   0 Comments

Color spaces of #fc4691

RGB 25270145
HSL0.930.970.63
HSV335°72°99°
CMYK 0.000.720.42   0.01
XYZ47.445927.120129.5221
Yxy27.12010.45580.2605
Hunter Lab52.077071.49182.8427
CIE-Lab59.085372.99050.0103

#fc4691 color RGB value is (252,70,145).

#fc4691 hex color red value is 252, green value is 70 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fc4691 hue: 0.93 , saturation: 0.97 and the lightness value of fc4691 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000110 10010001
Octal 374 106 221
Decimal 252 70 145
Hex FC 46 91

RGB Percentages of Color #fc4691

%53.96
%14.99
%31.05

CMYK Percentages of Color #fc4691

%0
%72
%42
%1

Triadic Colors of #fc4691

#fc4691 #91fc46 #4691fc

Analogous Colors of #fc4691

#fc4691 #fc5646 #fc46ec

Monochromatic Colors of #fc4691

#fc4691

Complementary Color

#fc4691 #46fcb1

#fc4691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4691 Color CSS Codes

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

#fc4691 Text Font Color

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

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


#fc4691 Background Color

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

This div background color is #fc4691


#fc4691 Border Color

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

This div border color is #fc4691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4691


Comments

No comments written yet.

Please login to write comment.