Color Hex Logo

#ff539d Color Hex

#FF539D
(255,83,157)
0 Favorites   0 Comments

Color spaces of #ff539d

RGB 25583157
HSL0.931.000.66
HSV334°67°100°
CMYK 0.000.670.38   0.00
XYZ50.419129.880835.0085
Yxy29.88080.43730.2591
Hunter Lab54.663368.97990.2927
CIE-Lab61.551270.4793-3.3059

#ff539d color RGB value is (255,83,157).

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

The process color (four color CMYK) of #ff539d color hex is 0.00, 0.67, 0.38, 0.00. Web safe color of #ff539d is #ff6699. Color #ff539d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010011 10011101
Octal 377 123 235
Decimal 255 83 157
Hex FF 53 9D

RGB Percentages of Color #ff539d

%51.52
%16.77
%31.72

CMYK Percentages of Color #ff539d

%0
%67
%38
%0

Triadic Colors of #ff539d

#ff539d #9dff53 #539dff

Analogous Colors of #ff539d

#ff539d #ff5f53 #ff53f3

Monochromatic Colors of #ff539d

#ff539d

Complementary Color

#ff539d #53ffb5

#ff539d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff539d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff539d Color CSS Codes

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

#ff539d Text Font Color

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

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


#ff539d Background Color

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

This div background color is #ff539d


#ff539d Border Color

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

This div border color is #ff539d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff539d


Comments

No comments written yet.

Please login to write comment.