Color Hex Logo

#fb30ff Color Hex

#FB30FF
(251,48,255)
0 Favorites   0 Comments

Color spaces of #fb30ff

RGB 25148255
HSL0.831.000.59
HSV299°81°100°
CMYK 0.020.810.00   0.00
XYZ58.890629.843197.2642
Yxy29.84310.31660.1604
Hunter Lab54.628896.8249-67.3230
CIE-Lab61.518692.1261-58.9641

#fb30ff color RGB value is (251,48,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110000 11111111
Octal 373 60 377
Decimal 251 48 255
Hex FB 30 FF

RGB Percentages of Color #fb30ff

%45.31
%8.66
%46.03

CMYK Percentages of Color #fb30ff

%2
%81
%0
%0

Triadic Colors of #fb30ff

#fb30ff #fffb30 #30fffb

Analogous Colors of #fb30ff

#fb30ff #ff309c #9430ff

Monochromatic Colors of #fb30ff

#fb30ff

Complementary Color

#fb30ff #34ff30

#fb30ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb30ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb30ff Color CSS Codes

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

#fb30ff Text Font Color

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

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


#fb30ff Background Color

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

This div background color is #fb30ff


#fb30ff Border Color

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

This div border color is #fb30ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb30ff

Related Colors


Comments

No comments written yet.

Please login to write comment.