Color Hex Logo

#ff5b73 Color Hex

#FF5B73
(255,91,115)
0 Favorites   0 Comments

Color spaces of #ff5b73

RGB 25591115
HSL0.981.000.68
HSV351°64°100°
CMYK 0.000.640.55   0.00
XYZ48.075629.980019.4725
Yxy29.98000.49290.3074
Hunter Lab54.754060.908717.2421
CIE-Lab61.637063.739121.1759

#ff5b73 color RGB value is (255,91,115).

#ff5b73 hex color red value is 255, green value is 91 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ff5b73 hue: 0.98 , saturation: 1.00 and the lightness value of ff5b73 is 0.68.

The process color (four color CMYK) of #ff5b73 color hex is 0.00, 0.64, 0.55, 0.00. Web safe color of #ff5b73 is #ff6666. Color #ff5b73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011011 01110011
Octal 377 133 163
Decimal 255 91 115
Hex FF 5B 73

RGB Percentages of Color #ff5b73

%55.31
%19.74
%24.95

CMYK Percentages of Color #ff5b73

%0
%64
%55
%0

Triadic Colors of #ff5b73

#ff5b73 #73ff5b #5b73ff

Analogous Colors of #ff5b73

#ff5b73 #ff955b #ff5bc5

Monochromatic Colors of #ff5b73

#ff5b73

Complementary Color

#ff5b73 #5bffe7

#ff5b73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5b73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5b73 Color CSS Codes

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

#ff5b73 Text Font Color

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

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


#ff5b73 Background Color

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

This div background color is #ff5b73


#ff5b73 Border Color

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

This div border color is #ff5b73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5b73

Related Colors


Comments

No comments written yet.

Please login to write comment.