Color Hex Logo

#fc4365 Color Hex

#FC4365
(252,67,101)
0 Favorites   0 Comments

Color spaces of #fc4365

RGB 25267101
HSL0.970.970.63
HSV349°73°99°
CMYK 0.000.730.60   0.01
XYZ44.501025.649314.9173
Yxy25.64930.52310.3015
Hunter Lab50.645168.215817.9880
CIE-Lab57.702770.568223.9701

#fc4365 color RGB value is (252,67,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000011 01100101
Octal 374 103 145
Decimal 252 67 101
Hex FC 43 65

RGB Percentages of Color #fc4365

%60.00
%15.95
%24.05

CMYK Percentages of Color #fc4365

%0
%73
%60
%1

Triadic Colors of #fc4365

#fc4365 #65fc43 #4365fc

Analogous Colors of #fc4365

#fc4365 #fc7e43 #fc43c2

Monochromatic Colors of #fc4365

#fc4365

Complementary Color

#fc4365 #43fcda

#fc4365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4365 Color CSS Codes

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

#fc4365 Text Font Color

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

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


#fc4365 Background Color

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

This div background color is #fc4365


#fc4365 Border Color

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

This div border color is #fc4365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4365


Comments

No comments written yet.

Please login to write comment.