Color Hex Logo

#fc4434 Color Hex

#FC4434
(252,68,52)
0 Favorites   0 Comments

Color spaces of #fc4434

RGB 2526852
HSL0.010.970.60
HSV79°99°
CMYK 0.000.730.79   0.01
XYZ42.831825.07765.8318
Yxy25.07760.58080.3401
Hunter Lab50.077565.037128.1496
CIE-Lab57.151068.029950.7328

#fc4434 color RGB value is (252,68,52).

#fc4434 hex color red value is 252, green value is 68 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #fc4434 hue: 0.01 , saturation: 0.97 and the lightness value of fc4434 is 0.60.

The process color (four color CMYK) of #fc4434 color hex is 0.00, 0.73, 0.79, 0.01. Web safe color of #fc4434 is #ff3333. Color #fc4434 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000100 00110100
Octal 374 104 64
Decimal 252 68 52
Hex FC 44 34

RGB Percentages of Color #fc4434

%67.74
%18.28
%13.98

CMYK Percentages of Color #fc4434

%0
%73
%79
%1

Triadic Colors of #fc4434

#fc4434 #34fc44 #4434fc

Analogous Colors of #fc4434

#fc4434 #fca834 #fc3488

Monochromatic Colors of #fc4434

#fc4434

Complementary Color

#fc4434 #34ecfc

#fc4434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4434 Color CSS Codes

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

#fc4434 Text Font Color

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

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


#fc4434 Background Color

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

This div background color is #fc4434


#fc4434 Border Color

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

This div border color is #fc4434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4434

Related Colors


Comments

No comments written yet.

Please login to write comment.