Color Hex Logo

#fc536a Color Hex

#FC536A
(252,83,106)
0 Favorites   0 Comments

Color spaces of #fc536a

RGB 25283106
HSL0.980.970.66
HSV352°67°99°
CMYK 0.000.670.58   0.01
XYZ45.839727.922616.6092
Yxy27.92260.50720.3090
Hunter Lab52.841862.373518.3533
CIE-Lab59.818765.301923.8593

#fc536a color RGB value is (252,83,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010011 01101010
Octal 374 123 152
Decimal 252 83 106
Hex FC 53 6A

RGB Percentages of Color #fc536a

%57.14
%18.82
%24.04

CMYK Percentages of Color #fc536a

%0
%67
%58
%1

Triadic Colors of #fc536a

#fc536a #6afc53 #536afc

Analogous Colors of #fc536a

#fc536a #fc9153 #fc53bf

Monochromatic Colors of #fc536a

#fc536a

Complementary Color

#fc536a #53fce5

#fc536a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc536a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc536a Color CSS Codes

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

#fc536a Text Font Color

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

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


#fc536a Background Color

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

This div background color is #fc536a


#fc536a Border Color

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

This div border color is #fc536a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc536a


Comments

No comments written yet.

Please login to write comment.