Color Hex Logo

#ff538e Color Hex

#FF538E
(255,83,142)
0 Favorites   0 Comments

Color spaces of #ff538e

RGB 25583142
HSL0.941.000.66
HSV339°67°100°
CMYK 0.000.670.44   0.00
XYZ49.215729.399528.6719
Yxy29.39950.45870.2740
Hunter Lab54.221367.13396.6027
CIE-Lab61.132669.03764.7949

#ff538e color RGB value is (255,83,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010011 10001110
Octal 377 123 216
Decimal 255 83 142
Hex FF 53 8E

RGB Percentages of Color #ff538e

%53.13
%17.29
%29.58

CMYK Percentages of Color #ff538e

%0
%67
%44
%0

Triadic Colors of #ff538e

#ff538e #8eff53 #538eff

Analogous Colors of #ff538e

#ff538e #ff6e53 #ff53e4

Monochromatic Colors of #ff538e

#ff538e

Complementary Color

#ff538e #53ffc4

#ff538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff538e Color CSS Codes

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

#ff538e Text Font Color

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

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


#ff538e Background Color

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

This div background color is #ff538e


#ff538e Border Color

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

This div border color is #ff538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff538e

Related Colors


Comments

No comments written yet.

Please login to write comment.