Color Hex Logo

#fb66eb Color Hex

#FB66EB
(251,102,235)
0 Favorites   0 Comments

Color spaces of #fb66eb

RGB 251102235
HSL0.850.950.69
HSV306°59°98°
CMYK 0.000.590.06   0.02
XYZ59.530436.010182.4103
Yxy36.01010.33450.2024
Hunter Lab60.008472.0634-39.4178
CIE-Lab66.527672.0735-39.9762

#fb66eb color RGB value is (251,102,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100110 11101011
Octal 373 146 353
Decimal 251 102 235
Hex FB 66 EB

RGB Percentages of Color #fb66eb

%42.69
%17.35
%39.97

CMYK Percentages of Color #fb66eb

%0
%59
%6
%2

Triadic Colors of #fb66eb

#fb66eb #ebfb66 #66ebfb

Analogous Colors of #fb66eb

#fb66eb #fb66a1 #c166fb

Monochromatic Colors of #fb66eb

#fb66eb

Complementary Color

#fb66eb #66fb76

#fb66eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb66eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb66eb Color CSS Codes

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

#fb66eb Text Font Color

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

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


#fb66eb Background Color

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

This div background color is #fb66eb


#fb66eb Border Color

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

This div border color is #fb66eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb66eb


Comments

No comments written yet.

Please login to write comment.