Color Hex Logo

#fc1832 Color Hex

#FC1832
(252,24,50)
0 Favorites   0 Comments

Color spaces of #fc1832

RGB 2522450
HSL0.980.970.54
HSV353°90°99°
CMYK 0.000.900.80   0.01
XYZ41.047221.57905.0193
Yxy21.57900.60680.3190
Hunter Lab46.453276.433926.1109
CIE-Lab53.577478.033448.2492

#fc1832 color RGB value is (252,24,50).

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

The process color (four color CMYK) of #fc1832 color hex is 0.00, 0.90, 0.80, 0.01. Web safe color of #fc1832 is #ff0033. Color #fc1832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011000 00110010
Octal 374 30 62
Decimal 252 24 50
Hex FC 18 32

RGB Percentages of Color #fc1832

%77.30
%7.36
%15.34

CMYK Percentages of Color #fc1832

%0
%90
%80
%1

Triadic Colors of #fc1832

#fc1832 #32fc18 #1832fc

Analogous Colors of #fc1832

#fc1832 #fc7018 #fc18a4

Monochromatic Colors of #fc1832

#fc1832

Complementary Color

#fc1832 #18fce2

#fc1832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1832 Color CSS Codes

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

#fc1832 Text Font Color

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

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


#fc1832 Background Color

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

This div background color is #fc1832


#fc1832 Border Color

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

This div border color is #fc1832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1832


Comments

No comments written yet.

Please login to write comment.