Color Hex Logo

#fc535b Color Hex

#FC535B
(252,83,91)
0 Favorites   0 Comments

Color spaces of #fc535b

RGB 2528391
HSL0.990.970.66
HSV357°67°99°
CMYK 0.000.670.64   0.01
XYZ45.126527.637312.8536
Yxy27.63730.52710.3228
Hunter Lab52.571261.222722.3035
CIE-Lab59.559664.374632.1641

#fc535b color RGB value is (252,83,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010011 01011011
Octal 374 123 133
Decimal 252 83 91
Hex FC 53 5B

RGB Percentages of Color #fc535b

%59.15
%19.48
%21.36

CMYK Percentages of Color #fc535b

%0
%67
%64
%1

Triadic Colors of #fc535b

#fc535b #5bfc53 #535bfc

Analogous Colors of #fc535b

#fc535b #fca053 #fc53b0

Monochromatic Colors of #fc535b

#fc535b

Complementary Color

#fc535b #53fcf4

#fc535b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc535b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc535b Color CSS Codes

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

#fc535b Text Font Color

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

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


#fc535b Background Color

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

This div background color is #fc535b


#fc535b Border Color

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

This div border color is #fc535b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc535b


Comments

No comments written yet.

Please login to write comment.