Color Hex Logo

#ff537d Color Hex

#FF537D
(255,83,125)
0 Favorites   0 Comments

Color spaces of #ff537d

RGB 25583125
HSL0.961.000.66
HSV345°67°100°
CMYK 0.000.670.51   0.00
XYZ48.034928.927222.4538
Yxy28.92720.48320.2910
Hunter Lab53.784065.297712.8964
CIE-Lab60.717367.590614.1105

#ff537d color RGB value is (255,83,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010011 01111101
Octal 377 123 175
Decimal 255 83 125
Hex FF 53 7D

RGB Percentages of Color #ff537d

%55.08
%17.93
%27.00

CMYK Percentages of Color #ff537d

%0
%67
%51
%0

Triadic Colors of #ff537d

#ff537d #7dff53 #537dff

Analogous Colors of #ff537d

#ff537d #ff7f53 #ff53d3

Monochromatic Colors of #ff537d

#ff537d

Complementary Color

#ff537d #53ffd5

#ff537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff537d Color CSS Codes

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

#ff537d Text Font Color

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

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


#ff537d Background Color

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

This div background color is #ff537d


#ff537d Border Color

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

This div border color is #ff537d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff537d


Comments

No comments written yet.

Please login to write comment.