Color Hex Logo

#ff365a Color Hex

#FF365A
(255,54,90)
0 Favorites   0 Comments

Color spaces of #ff365a

RGB 2555490
HSL0.971.000.61
HSV349°79°100°
CMYK 0.000.790.65   0.00
XYZ44.404624.636512.0878
Yxy24.63650.54730.3037
Hunter Lab49.635272.828120.3055
CIE-Lab56.719574.525329.2558

#ff365a color RGB value is (255,54,90).

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

The process color (four color CMYK) of #ff365a color hex is 0.00, 0.79, 0.65, 0.00. Web safe color of #ff365a is #ff3366. Color #ff365a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110110 01011010
Octal 377 66 132
Decimal 255 54 90
Hex FF 36 5A

RGB Percentages of Color #ff365a

%63.91
%13.53
%22.56

CMYK Percentages of Color #ff365a

%0
%79
%65
%0

Triadic Colors of #ff365a

#ff365a #5aff36 #365aff

Analogous Colors of #ff365a

#ff365a #ff7736 #ff36bf

Monochromatic Colors of #ff365a

#ff365a

Complementary Color

#ff365a #36ffdb

#ff365a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff365a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff365a Color CSS Codes

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

#ff365a Text Font Color

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

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


#ff365a Background Color

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

This div background color is #ff365a


#ff365a Border Color

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

This div border color is #ff365a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff365a

Related Colors

#ff365a Color Palettes


Comments

No comments written yet.

Please login to write comment.