Color Hex Logo

#fb46ff Color Hex

#FB46FF
(251,70,255)
0 Favorites   0 Comments

Color spaces of #fb46ff

RGB 25170255
HSL0.831.000.64
HSV299°73°100°
CMYK 0.020.730.00   0.00
XYZ60.023832.109597.6419
Yxy32.10950.31630.1692
Hunter Lab56.665289.9155-62.4990
CIE-Lab63.433386.5899-55.9119

#fb46ff color RGB value is (251,70,255).

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

The process color (four color CMYK) of #fb46ff color hex is 0.02, 0.73, 0.00, 0.00. Web safe color of #fb46ff is #ff33ff. Color #fb46ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000110 11111111
Octal 373 106 377
Decimal 251 70 255
Hex FB 46 FF

RGB Percentages of Color #fb46ff

%43.58
%12.15
%44.27

CMYK Percentages of Color #fb46ff

%2
%73
%0
%0

Triadic Colors of #fb46ff

#fb46ff #fffb46 #46fffb

Analogous Colors of #fb46ff

#fb46ff #ff46a7 #9f46ff

Monochromatic Colors of #fb46ff

#fb46ff

Complementary Color

#fb46ff #4aff46

#fb46ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb46ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb46ff Color CSS Codes

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

#fb46ff Text Font Color

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

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


#fb46ff Background Color

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

This div background color is #fb46ff


#fb46ff Border Color

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

This div border color is #fb46ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb46ff


Comments

No comments written yet.

Please login to write comment.