Color Hex Logo

#fb6bed Color Hex

#FB6BED
(251,107,237)
0 Favorites   0 Comments

Color spaces of #fb6bed

RGB 251107237
HSL0.850.950.70
HSV306°57°98°
CMYK 0.000.570.06   0.02
XYZ60.327437.139084.1097
Yxy37.13900.33220.2045
Hunter Lab60.941870.0524-39.1707
CIE-Lab67.381270.2951-39.7489

#fb6bed color RGB value is (251,107,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101011 11101101
Octal 373 153 355
Decimal 251 107 237
Hex FB 6B ED

RGB Percentages of Color #fb6bed

%42.18
%17.98
%39.83

CMYK Percentages of Color #fb6bed

%0
%57
%6
%2

Triadic Colors of #fb6bed

#fb6bed #edfb6b #6bedfb

Analogous Colors of #fb6bed

#fb6bed #fb6ba5 #c16bfb

Monochromatic Colors of #fb6bed

#fb6bed

Complementary Color

#fb6bed #6bfb79

#fb6bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6bed Color CSS Codes

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

#fb6bed Text Font Color

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

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


#fb6bed Background Color

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

This div background color is #fb6bed


#fb6bed Border Color

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

This div border color is #fb6bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6bed


Comments

No comments written yet.

Please login to write comment.