Color Hex Logo

#f5536b Color Hex

#F5536B
(245,83,107)
0 Favorites   0 Comments

Color spaces of #f5536b

RGB 24583107
HSL0.980.890.64
HSV351°66°96°
CMYK 0.000.660.56   0.04
XYZ43.403326.660516.7683
Yxy26.66050.49990.3070
Hunter Lab51.633859.687716.8890
CIE-Lab58.658863.228221.5191

#f5536b color RGB value is (245,83,107).

#f5536b hex color red value is 245, green value is 83 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #f5536b hue: 0.98 , saturation: 0.89 and the lightness value of f5536b is 0.64.

The process color (four color CMYK) of #f5536b color hex is 0.00, 0.66, 0.56, 0.04. Web safe color of #f5536b is #ff6666. Color #f5536b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010011 01101011
Octal 365 123 153
Decimal 245 83 107
Hex F5 53 6B

RGB Percentages of Color #f5536b

%56.32
%19.08
%24.60

CMYK Percentages of Color #f5536b

%0
%66
%56
%4

Triadic Colors of #f5536b

#f5536b #6bf553 #536bf5

Analogous Colors of #f5536b

#f5536b #f58c53 #f553bc

Monochromatic Colors of #f5536b

#f5536b

Complementary Color

#f5536b #53f5dd

#f5536b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5536b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5536b Color CSS Codes

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

#f5536b Text Font Color

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

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


#f5536b Background Color

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

This div background color is #f5536b


#f5536b Border Color

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

This div border color is #f5536b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5536b


Comments

No comments written yet.

Please login to write comment.