Color Hex Logo

#ff466f Color Hex

#FF466F
(255,70,111)
0 Favorites   0 Comments

Color spaces of #ff466f

RGB 25570111
HSL0.961.000.64
HSV347°73°100°
CMYK 0.000.730.56   0.00
XYZ46.299426.788017.7693
Yxy26.78800.50960.2948
Hunter Lab51.757169.102415.8745
CIE-Lab58.777671.096119.6319

#ff466f color RGB value is (255,70,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000110 01101111
Octal 377 106 157
Decimal 255 70 111
Hex FF 46 6F

RGB Percentages of Color #ff466f

%58.49
%16.06
%25.46

CMYK Percentages of Color #ff466f

%0
%73
%56
%0

Triadic Colors of #ff466f

#ff466f #6fff46 #466fff

Analogous Colors of #ff466f

#ff466f #ff7a46 #ff46cc

Monochromatic Colors of #ff466f

#ff466f

Complementary Color

#ff466f #46ffd6

#ff466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff466f Color CSS Codes

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

#ff466f Text Font Color

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

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


#ff466f Background Color

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

This div background color is #ff466f


#ff466f Border Color

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

This div border color is #ff466f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff466f


Comments

No comments written yet.

Please login to write comment.