Color Hex Logo

#fc1552 Color Hex

#FC1552
(252,21,82)
0 Favorites   0 Comments

Color spaces of #fc1552

RGB 2522182
HSL0.960.970.54
HSV344°92°99°
CMYK 0.000.920.67   0.01
XYZ41.936021.84109.9881
Yxy21.84100.56850.2961
Hunter Lab46.734478.387820.0425
CIE-Lab53.857979.532930.2451

#fc1552 color RGB value is (252,21,82).

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

The process color (four color CMYK) of #fc1552 color hex is 0.00, 0.92, 0.67, 0.01. Web safe color of #fc1552 is #ff0066. Color #fc1552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 01010010
Octal 374 25 122
Decimal 252 21 82
Hex FC 15 52

RGB Percentages of Color #fc1552

%70.99
%5.92
%23.10

CMYK Percentages of Color #fc1552

%0
%92
%67
%1

Triadic Colors of #fc1552

#fc1552 #52fc15 #1552fc

Analogous Colors of #fc1552

#fc1552 #fc4c15 #fc15c6

Monochromatic Colors of #fc1552

#fc1552

Complementary Color

#fc1552 #15fcbf

#fc1552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1552 Color CSS Codes

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

#fc1552 Text Font Color

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

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


#fc1552 Background Color

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

This div background color is #fc1552


#fc1552 Border Color

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

This div border color is #fc1552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1552


Comments

No comments written yet.

Please login to write comment.