Color Hex Logo

#fc4364 Color Hex

#FC4364
(252,67,100)
0 Favorites   0 Comments

Color spaces of #fc4364

RGB 25267100
HSL0.970.970.63
HSV349°73°99°
CMYK 0.000.730.60   0.01
XYZ44.452325.629914.6608
Yxy25.62990.52460.3024
Hunter Lab50.626068.137018.2684
CIE-Lab57.684170.506624.5324

#fc4364 color RGB value is (252,67,100).

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

The process color (four color CMYK) of #fc4364 color hex is 0.00, 0.73, 0.60, 0.01. Web safe color of #fc4364 is #ff3366. Color #fc4364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000011 01100100
Octal 374 103 144
Decimal 252 67 100
Hex FC 43 64

RGB Percentages of Color #fc4364

%60.14
%15.99
%23.87

CMYK Percentages of Color #fc4364

%0
%73
%60
%1

Triadic Colors of #fc4364

#fc4364 #64fc43 #4364fc

Analogous Colors of #fc4364

#fc4364 #fc7f43 #fc43c1

Monochromatic Colors of #fc4364

#fc4364

Complementary Color

#fc4364 #43fcdb

#fc4364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4364 Color CSS Codes

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

#fc4364 Text Font Color

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

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


#fc4364 Background Color

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

This div background color is #fc4364


#fc4364 Border Color

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

This div border color is #fc4364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4364


Comments

No comments written yet.

Please login to write comment.