Color Hex Logo

#fb465a Color Hex

#FB465A
(251,70,90)
0 Favorites   0 Comments

Color spaces of #fb465a

RGB 2517090
HSL0.980.960.63
HSV353°72°98°
CMYK 0.000.720.64   0.02
XYZ43.819325.627712.3100
Yxy25.62770.53600.3135
Hunter Lab50.623865.915621.0193
CIE-Lab57.682068.664730.3298

#fb465a color RGB value is (251,70,90).

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

The process color (four color CMYK) of #fb465a color hex is 0.00, 0.72, 0.64, 0.02. Web safe color of #fb465a is #ff3366. Color #fb465a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000110 01011010
Octal 373 106 132
Decimal 251 70 90
Hex FB 46 5A

RGB Percentages of Color #fb465a

%61.07
%17.03
%21.90

CMYK Percentages of Color #fb465a

%0
%72
%64
%2

Triadic Colors of #fb465a

#fb465a #5afb46 #465afb

Analogous Colors of #fb465a

#fb465a #fb8d46 #fb46b5

Monochromatic Colors of #fb465a

#fb465a

Complementary Color

#fb465a #46fbe7

#fb465a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb465a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb465a Color CSS Codes

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

#fb465a Text Font Color

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

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


#fb465a Background Color

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

This div background color is #fb465a


#fb465a Border Color

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

This div border color is #fb465a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb465a

Related Colors


Comments

No comments written yet.

Please login to write comment.