Color Hex Logo

#fb42ff Color Hex

#FB42FF
(251,66,255)
0 Favorites   0 Comments

Color spaces of #fb42ff

RGB 25166255
HSL0.831.000.63
HSV299°74°100°
CMYK 0.020.740.00   0.00
XYZ59.781931.625797.5612
Yxy31.62570.31640.1674
Hunter Lab56.236791.3384-63.4924
CIE-Lab63.032387.7411-56.5501

#fb42ff color RGB value is (251,66,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000010 11111111
Octal 373 102 377
Decimal 251 66 255
Hex FB 42 FF

RGB Percentages of Color #fb42ff

%43.88
%11.54
%44.58

CMYK Percentages of Color #fb42ff

%2
%74
%0
%0

Triadic Colors of #fb42ff

#fb42ff #fffb42 #42fffb

Analogous Colors of #fb42ff

#fb42ff #ff42a5 #9d42ff

Monochromatic Colors of #fb42ff

#fb42ff

Complementary Color

#fb42ff #46ff42

#fb42ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb42ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb42ff Color CSS Codes

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

#fb42ff Text Font Color

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

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


#fb42ff Background Color

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

This div background color is #fb42ff


#fb42ff Border Color

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

This div border color is #fb42ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb42ff


Comments

No comments written yet.

Please login to write comment.