Color Hex Logo

#fb6bea Color Hex

#FB6BEA
(251,107,234)
0 Favorites   0 Comments

Color spaces of #fb6bea

RGB 251107234
HSL0.850.950.70
HSV307°57°98°
CMYK 0.000.570.07   0.02
XYZ59.892636.965181.8202
Yxy36.96510.33520.2069
Hunter Lab60.798969.4410-37.2303
CIE-Lab67.250869.8221-38.2932

#fb6bea color RGB value is (251,107,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101011 11101010
Octal 373 153 352
Decimal 251 107 234
Hex FB 6B EA

RGB Percentages of Color #fb6bea

%42.40
%18.07
%39.53

CMYK Percentages of Color #fb6bea

%0
%57
%7
%2

Triadic Colors of #fb6bea

#fb6bea #eafb6b #6beafb

Analogous Colors of #fb6bea

#fb6bea #fb6ba2 #c46bfb

Monochromatic Colors of #fb6bea

#fb6bea

Complementary Color

#fb6bea #6bfb7c

#fb6bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6bea Color CSS Codes

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

#fb6bea Text Font Color

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

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


#fb6bea Background Color

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

This div background color is #fb6bea


#fb6bea Border Color

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

This div border color is #fb6bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6bea


Comments

No comments written yet.

Please login to write comment.