Color Hex Logo

#fb68eb Color Hex

#FB68EB
(251,104,235)
0 Favorites   0 Comments

Color spaces of #fb68eb

RGB 251104235
HSL0.850.950.70
HSV307°59°98°
CMYK 0.000.590.06   0.02
XYZ59.729436.408082.4766
Yxy36.40800.33440.2038
Hunter Lab60.339071.1032-38.8053
CIE-Lab66.830571.2442-39.5029

#fb68eb color RGB value is (251,104,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101000 11101011
Octal 373 150 353
Decimal 251 104 235
Hex FB 68 EB

RGB Percentages of Color #fb68eb

%42.54
%17.63
%39.83

CMYK Percentages of Color #fb68eb

%0
%59
%6
%2

Triadic Colors of #fb68eb

#fb68eb #ebfb68 #68ebfb

Analogous Colors of #fb68eb

#fb68eb #fb68a2 #c268fb

Monochromatic Colors of #fb68eb

#fb68eb

Complementary Color

#fb68eb #68fb78

#fb68eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb68eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb68eb Color CSS Codes

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

#fb68eb Text Font Color

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

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


#fb68eb Background Color

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

This div background color is #fb68eb


#fb68eb Border Color

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

This div border color is #fb68eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb68eb


Comments

No comments written yet.

Please login to write comment.