Color Hex Logo

#fb42fb Color Hex

#FB42FB
(251,66,251)
0 Favorites   0 Comments

Color spaces of #fb42fb

RGB 25166251
HSL0.830.960.62
HSV300°74°98°
CMYK 0.000.740.00   0.02
XYZ59.144531.370794.2047
Yxy31.37070.32020.1698
Hunter Lab56.009690.4742-60.5155
CIE-Lab62.819387.1312-54.6803

#fb42fb color RGB value is (251,66,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000010 11111011
Octal 373 102 373
Decimal 251 66 251
Hex FB 42 FB

RGB Percentages of Color #fb42fb

%44.19
%11.62
%44.19

CMYK Percentages of Color #fb42fb

%0
%74
%0
%2

Triadic Colors of #fb42fb

#fb42fb #fbfb42 #42fbfb

Analogous Colors of #fb42fb

#fb42fb #fb429f #9f42fb

Monochromatic Colors of #fb42fb

#fb42fb

Complementary Color

#fb42fb #42fb42

#fb42fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb42fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb42fb Color CSS Codes

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

#fb42fb Text Font Color

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

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


#fb42fb Background Color

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

This div background color is #fb42fb


#fb42fb Border Color

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

This div border color is #fb42fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb42fb

Related Colors


Comments

No comments written yet.

Please login to write comment.