Color Hex Logo

#ff5a5c Color Hex

#FF5A5C
(255,90,92)
0 Favorites   0 Comments

Color spaces of #ff5a5c

RGB 2559092
HSL1.001.000.68
HSV359°65°100°
CMYK 0.000.650.64   0.00
XYZ46.827929.345013.3213
Yxy29.34500.52330.3279
Hunter Lab54.171059.504223.3396
CIE-Lab61.084962.642033.6181

#ff5a5c color RGB value is (255,90,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011010 01011100
Octal 377 132 134
Decimal 255 90 92
Hex FF 5A 5C

RGB Percentages of Color #ff5a5c

%58.35
%20.59
%21.05

CMYK Percentages of Color #ff5a5c

%0
%65
%64
%0

Triadic Colors of #ff5a5c

#ff5a5c #5cff5a #5a5cff

Analogous Colors of #ff5a5c

#ff5a5c #ffab5a #ff5aaf

Monochromatic Colors of #ff5a5c

#ff5a5c

Complementary Color

#ff5a5c #5afffd

#ff5a5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5a5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5a5c Color CSS Codes

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

#ff5a5c Text Font Color

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

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


#ff5a5c Background Color

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

This div background color is #ff5a5c


#ff5a5c Border Color

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

This div border color is #ff5a5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5a5c

#ff5a5c Color Palettes


Comments

No comments written yet.

Please login to write comment.