Color Hex Logo

#ff463d Color Hex

#FF463D
(255,70,61)
0 Favorites   0 Comments

Color spaces of #ff463d

RGB 2557061
HSL0.011.000.62
HSV76°100°
CMYK 0.000.730.76   0.00
XYZ44.272525.97727.0956
Yxy25.97720.57240.3359
Hunter Lab50.967865.857827.4233
CIE-Lab58.015468.554547.1294

#ff463d color RGB value is (255,70,61).

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

The process color (four color CMYK) of #ff463d color hex is 0.00, 0.73, 0.76, 0.00. Web safe color of #ff463d is #ff3333. Color #ff463d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000110 00111101
Octal 377 106 75
Decimal 255 70 61
Hex FF 46 3D

RGB Percentages of Color #ff463d

%66.06
%18.13
%15.80

CMYK Percentages of Color #ff463d

%0
%73
%76
%0

Triadic Colors of #ff463d

#ff463d #3dff46 #463dff

Analogous Colors of #ff463d

#ff463d #ffa73d #ff3d95

Monochromatic Colors of #ff463d

#ff463d

Complementary Color

#ff463d #3df6ff

#ff463d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff463d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff463d Color CSS Codes

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

#ff463d Text Font Color

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

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


#ff463d Background Color

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

This div background color is #ff463d


#ff463d Border Color

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

This div border color is #ff463d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff463d


Comments

No comments written yet.

Please login to write comment.