color codes Logo

#fb8bea color codes

#FB8BEA
(251,139,234)
0 Favorites   0 Comments

Color spaces of #fb8bea

RGB 251139234
HSL0.860.930.76
HSV309°45°98°
CMYK 0.000.450.07   0.02
XYZ63.867644.915083.1452
Yxy44.91500.33280.2340
Hunter Lab67.018752.8247-26.6438
CIE-Lab72.835955.0295-29.6401

#fb8bea color RGB value is (251,139,234).

#fb8bea hex color red value is 251, green value is 139 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fb8bea hue: 0.86 , saturation: 0.93 and the lightness value of fb8bea is 0.76.

The process color (four color CMYK) of #fb8bea color code is 0.00, 0.45, 0.07, 0.02. Web safe color of #fb8bea is #ff99ff. Color #fb8bea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001011 11101010
Octal 373 213 352
Decimal 251 139 234
Hex FB 8B EA

RGB Percentages of Color #fb8bea

%40.22
%22.28
%37.50

CMYK Percentages of Color #fb8bea

%0
%45
%7
%2

Triadic Colors of #fb8bea

#fb8bea #eafb8b #8beafb

Analogous Colors of #fb8bea

#fb8bea #fb8bb2 #d48bfb

Monochromatic Colors of #fb8bea

#fb8bea

Complementary Color

#fb8bea #8bfb9c

#fb8bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8bea Color CSS Codes

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

#fb8bea Text Font Color

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

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


#fb8bea Background Color

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

This div background color is #fb8bea


#fb8bea Border Color

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

This div border color is #fb8bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8bea


Comments

No comments written yet.

Please login to write comment.