Color Hex Logo

#fb6ffe Color Hex

#FB6FFE
(251,111,254)
0 Favorites   0 Comments

Color spaces of #fb6ffe

RGB 251111254
HSL0.830.990.72
HSV299°56°100°
CMYK 0.010.560.00   0.00
XYZ63.357539.033997.9609
Yxy39.03390.31620.1948
Hunter Lab62.477171.6803-49.2297
CIE-Lab68.775871.3608-46.9105

#fb6ffe color RGB value is (251,111,254).

#fb6ffe hex color red value is 251, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fb6ffe hue: 0.83 , saturation: 0.99 and the lightness value of fb6ffe is 0.72.

The process color (four color CMYK) of #fb6ffe color hex is 0.01, 0.56, 0.00, 0.00. Web safe color of #fb6ffe is #ff66ff. Color #fb6ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101111 11111110
Octal 373 157 376
Decimal 251 111 254
Hex FB 6F FE

RGB Percentages of Color #fb6ffe

%40.75
%18.02
%41.23

CMYK Percentages of Color #fb6ffe

%1
%56
%0
%0

Triadic Colors of #fb6ffe

#fb6ffe #fefb6f #6ffefb

Analogous Colors of #fb6ffe

#fb6ffe #fe6fba #b46ffe

Monochromatic Colors of #fb6ffe

#fb6ffe

Complementary Color

#fb6ffe #72fe6f

#fb6ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6ffe Color CSS Codes

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

#fb6ffe Text Font Color

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

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


#fb6ffe Background Color

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

This div background color is #fb6ffe


#fb6ffe Border Color

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

This div border color is #fb6ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.