Color Hex Logo

#fb6bef Color Hex

#FB6BEF
(251,107,239)
0 Favorites   0 Comments

Color spaces of #fb6bef

RGB 251107239
HSL0.850.950.70
HSV305°57°98°
CMYK 0.000.570.05   0.02
XYZ60.621337.256685.6575
Yxy37.25660.33030.2030
Hunter Lab61.038270.4640-40.4775
CIE-Lab67.469170.6128-40.7161

#fb6bef color RGB value is (251,107,239).

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

The process color (four color CMYK) of #fb6bef color hex is 0.00, 0.57, 0.05, 0.02. Web safe color of #fb6bef is #ff66ff. Color #fb6bef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101011 11101111
Octal 373 153 357
Decimal 251 107 239
Hex FB 6B EF

RGB Percentages of Color #fb6bef

%42.04
%17.92
%40.03

CMYK Percentages of Color #fb6bef

%0
%57
%5
%2

Triadic Colors of #fb6bef

#fb6bef #effb6b #6beffb

Analogous Colors of #fb6bef

#fb6bef #fb6ba7 #bf6bfb

Monochromatic Colors of #fb6bef

#fb6bef

Complementary Color

#fb6bef #6bfb77

#fb6bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6bef Color CSS Codes

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

#fb6bef Text Font Color

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

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


#fb6bef Background Color

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

This div background color is #fb6bef


#fb6bef Border Color

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

This div border color is #fb6bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6bef

Related Colors


Comments

No comments written yet.

Please login to write comment.