Color Hex Logo

#fb69eb Color Hex

#FB69EB
(251,105,235)
0 Favorites   0 Comments

Color spaces of #fb69eb

RGB 251105235
HSL0.850.950.70
HSV307°58°98°
CMYK 0.000.580.06   0.02
XYZ59.830636.610582.5104
Yxy36.61050.33430.2046
Hunter Lab60.506670.6191-38.4967
CIE-Lab66.983870.8253-39.2635

#fb69eb color RGB value is (251,105,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101001 11101011
Octal 373 151 353
Decimal 251 105 235
Hex FB 69 EB

RGB Percentages of Color #fb69eb

%42.47
%17.77
%39.76

CMYK Percentages of Color #fb69eb

%0
%58
%6
%2

Triadic Colors of #fb69eb

#fb69eb #ebfb69 #69ebfb

Analogous Colors of #fb69eb

#fb69eb #fb69a2 #c269fb

Monochromatic Colors of #fb69eb

#fb69eb

Complementary Color

#fb69eb #69fb79

#fb69eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb69eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb69eb Color CSS Codes

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

#fb69eb Text Font Color

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

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


#fb69eb Background Color

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

This div background color is #fb69eb


#fb69eb Border Color

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

This div border color is #fb69eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb69eb


Comments

No comments written yet.

Please login to write comment.