Color Hex Logo

#fc525d Color Hex

#FC525D
(252,82,93)
0 Favorites   0 Comments

Color spaces of #fc525d

RGB 2528293
HSL0.990.970.65
HSV356°67°99°
CMYK 0.000.670.63   0.01
XYZ45.138027.520313.2888
Yxy27.52030.52520.3202
Hunter Lab52.459861.782221.7029
CIE-Lab59.452964.868030.8850

#fc525d color RGB value is (252,82,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010010 01011101
Octal 374 122 135
Decimal 252 82 93
Hex FC 52 5D

RGB Percentages of Color #fc525d

%59.02
%19.20
%21.78

CMYK Percentages of Color #fc525d

%0
%67
%63
%1

Triadic Colors of #fc525d

#fc525d #5dfc52 #525dfc

Analogous Colors of #fc525d

#fc525d #fc9c52 #fc52b2

Monochromatic Colors of #fc525d

#fc525d

Complementary Color

#fc525d #52fcf1

#fc525d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc525d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc525d Color CSS Codes

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

#fc525d Text Font Color

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

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


#fc525d Background Color

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

This div background color is #fc525d


#fc525d Border Color

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

This div border color is #fc525d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc525d

#fc525d Color Palettes


Comments

No comments written yet.

Please login to write comment.