Color Hex Logo

#fc5852 Color Hex

#FC5852
(252,88,82)
0 Favorites   0 Comments

Color spaces of #fc5852

RGB 2528882
HSL0.010.970.65
HSV67°99°
CMYK 0.000.650.67   0.01
XYZ45.157628.284111.0619
Yxy28.28410.53440.3347
Hunter Lab53.182858.494724.8958
CIE-Lab60.144561.943037.9612

#fc5852 color RGB value is (252,88,82).

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

The process color (four color CMYK) of #fc5852 color hex is 0.00, 0.65, 0.67, 0.01. Web safe color of #fc5852 is #ff6666. Color #fc5852 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011000 01010010
Octal 374 130 122
Decimal 252 88 82
Hex FC 58 52

RGB Percentages of Color #fc5852

%59.72
%20.85
%19.43

CMYK Percentages of Color #fc5852

%0
%65
%67
%1

Triadic Colors of #fc5852

#fc5852 #52fc58 #5852fc

Analogous Colors of #fc5852

#fc5852 #fcad52 #fc52a1

Monochromatic Colors of #fc5852

#fc5852

Complementary Color

#fc5852 #52f6fc

#fc5852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5852 Color CSS Codes

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

#fc5852 Text Font Color

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

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


#fc5852 Background Color

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

This div background color is #fc5852


#fc5852 Border Color

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

This div border color is #fc5852


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,88,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 #fc5852">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5852


Comments

No comments written yet.

Please login to write comment.