Color Hex Logo

#fb63eb Color Hex

#FB63EB
(251,99,235)
0 Favorites   0 Comments

Color spaces of #fb63eb

RGB 25199235
HSL0.850.950.69
HSV306°61°98°
CMYK 0.000.610.06   0.02
XYZ59.240935.431182.3138
Yxy35.43110.33470.2002
Hunter Lab59.524073.4839-40.3233
CIE-Lab66.082973.2957-40.6717

#fb63eb color RGB value is (251,99,235).

#fb63eb hex color red value is 251, green value is 99 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fb63eb hue: 0.85 , saturation: 0.95 and the lightness value of fb63eb is 0.69.

The process color (four color CMYK) of #fb63eb color hex is 0.00, 0.61, 0.06, 0.02. Web safe color of #fb63eb is #ff66ff. Color #fb63eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100011 11101011
Octal 373 143 353
Decimal 251 99 235
Hex FB 63 EB

RGB Percentages of Color #fb63eb

%42.91
%16.92
%40.17

CMYK Percentages of Color #fb63eb

%0
%61
%6
%2

Triadic Colors of #fb63eb

#fb63eb #ebfb63 #63ebfb

Analogous Colors of #fb63eb

#fb63eb #fb639f #bf63fb

Monochromatic Colors of #fb63eb

#fb63eb

Complementary Color

#fb63eb #63fb73

#fb63eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb63eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb63eb Color CSS Codes

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

#fb63eb Text Font Color

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

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


#fb63eb Background Color

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

This div background color is #fb63eb


#fb63eb Border Color

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

This div border color is #fb63eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb63eb

Related Colors


Comments

No comments written yet.

Please login to write comment.