Color Hex Logo

#ff465a Color Hex

#FF465A
(255,70,90)
0 Favorites   0 Comments

Color spaces of #ff465a

RGB 2557090
HSL0.981.000.64
HSV354°73°100°
CMYK 0.000.730.65   0.00
XYZ45.275626.378512.3781
Yxy26.37850.53880.3139
Hunter Lab51.360067.473821.6627
CIE-Lab58.394669.825531.3805

#ff465a color RGB value is (255,70,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000110 01011010
Octal 377 106 132
Decimal 255 70 90
Hex FF 46 5A

RGB Percentages of Color #ff465a

%61.45
%16.87
%21.69

CMYK Percentages of Color #ff465a

%0
%73
%65
%0

Triadic Colors of #ff465a

#ff465a #5aff46 #465aff

Analogous Colors of #ff465a

#ff465a #ff8f46 #ff46b7

Monochromatic Colors of #ff465a

#ff465a

Complementary Color

#ff465a #46ffeb

#ff465a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff465a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff465a Color CSS Codes

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

#ff465a Text Font Color

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

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


#ff465a Background Color

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

This div background color is #ff465a


#ff465a Border Color

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

This div border color is #ff465a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,70,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 #ff465a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff465a


Comments

No comments written yet.

Please login to write comment.