Color Hex Logo

#fb2466 Color Hex

#FB2466
(251,36,102)
0 Favorites   0 Comments

Color spaces of #fb2466

RGB 25136102
HSL0.950.960.56
HSV342°86°98°
CMYK 0.000.860.59   0.02
XYZ42.812822.730314.7013
Yxy22.73030.53350.2833
Hunter Lab47.676376.857515.0910
CIE-Lab54.793478.134919.4542

#fb2466 color RGB value is (251,36,102).

#fb2466 hex color red value is 251, green value is 36 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fb2466 hue: 0.95 , saturation: 0.96 and the lightness value of fb2466 is 0.56.

The process color (four color CMYK) of #fb2466 color hex is 0.00, 0.86, 0.59, 0.02. Web safe color of #fb2466 is #ff3366. Color #fb2466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100100 01100110
Octal 373 44 146
Decimal 251 36 102
Hex FB 24 66

RGB Percentages of Color #fb2466

%64.52
%9.25
%26.22

CMYK Percentages of Color #fb2466

%0
%86
%59
%2

Triadic Colors of #fb2466

#fb2466 #66fb24 #2466fb

Analogous Colors of #fb2466

#fb2466 #fb4e24 #fb24d2

Monochromatic Colors of #fb2466

#fb2466

Complementary Color

#fb2466 #24fbb9

#fb2466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb2466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb2466 Color CSS Codes

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

#fb2466 Text Font Color

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

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


#fb2466 Background Color

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

This div background color is #fb2466


#fb2466 Border Color

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

This div border color is #fb2466


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,36,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb2466


Comments

No comments written yet.

Please login to write comment.