color codes Logo

#ff537c color codes

#FF537C
(255,83,124)
0 Favorites   0 Comments

Color spaces of #ff537c

RGB 25583124
HSL0.961.000.66
HSV346°67°100°
CMYK 0.000.670.51   0.00
XYZ47.971328.901722.1190
Yxy28.90170.48460.2920
Hunter Lab53.760365.198313.2381
CIE-Lab60.694867.511914.6618

#ff537c color RGB value is (255,83,124).

#ff537c hex color red value is 255, green value is 83 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ff537c hue: 0.96 , saturation: 1.00 and the lightness value of ff537c is 0.66.

The process color (four color CMYK) of #ff537c color code is 0.00, 0.67, 0.51, 0.00. Web safe color of #ff537c is #ff6666. Color #ff537c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010011 01111100
Octal 377 123 174
Decimal 255 83 124
Hex FF 53 7C

RGB Percentages of Color #ff537c

%55.19
%17.97
%26.84

CMYK Percentages of Color #ff537c

%0
%67
%51
%0

Triadic Colors of #ff537c

#ff537c #7cff53 #537cff

Analogous Colors of #ff537c

#ff537c #ff8053 #ff53d2

Monochromatic Colors of #ff537c

#ff537c

Complementary Color

#ff537c #53ffd6

#ff537c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff537c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff537c Color CSS Codes

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

#ff537c Text Font Color

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

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


#ff537c Background Color

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

This div background color is #ff537c


#ff537c Border Color

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

This div border color is #ff537c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff537c


Comments

No comments written yet.

Please login to write comment.