Color Hex Logo

#ff053c Color Hex

#FF053C
(255,5,60)
0 Favorites   0 Comments

Color spaces of #ff053c

RGB 255560
HSL0.961.000.51
HSV347°98°100°
CMYK 0.000.980.76   0.00
XYZ42.109921.69486.2430
Yxy21.69480.60120.3097
Hunter Lab46.577779.867224.6575
CIE-Lab53.701780.731743.0540

#ff053c color RGB value is (255,5,60).

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

The process color (four color CMYK) of #ff053c color hex is 0.00, 0.98, 0.76, 0.00. Web safe color of #ff053c is #ff0033. Color #ff053c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000101 00111100
Octal 377 5 74
Decimal 255 5 60
Hex FF 5 3C

RGB Percentages of Color #ff053c

%79.69
%1.56
%18.75

CMYK Percentages of Color #ff053c

%0
%98
%76
%0

Triadic Colors of #ff053c

#ff053c #3cff05 #053cff

Analogous Colors of #ff053c

#ff053c #ff4b05 #ff05b9

Monochromatic Colors of #ff053c

#ff053c

Complementary Color

#ff053c #05ffc8

#ff053c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff053c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff053c Color CSS Codes

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

#ff053c Text Font Color

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

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


#ff053c Background Color

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

This div background color is #ff053c


#ff053c Border Color

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

This div border color is #ff053c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff053c

Related Colors


Comments

No comments written yet.

Please login to write comment.