Color Hex Logo

#fb8bfa Color Hex

#FB8BFA
(251,139,250)
0 Favorites   0 Comments

Color spaces of #fb8bfa

RGB 251139250
HSL0.830.930.76
HSV301°45°98°
CMYK 0.000.450.00   0.02
XYZ66.271645.876695.8047
Yxy45.87660.31870.2206
Hunter Lab67.732356.1191-36.4508
CIE-Lab73.465457.7434-37.3979

#fb8bfa color RGB value is (251,139,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001011 11111010
Octal 373 213 372
Decimal 251 139 250
Hex FB 8B FA

RGB Percentages of Color #fb8bfa

%39.22
%21.72
%39.06

CMYK Percentages of Color #fb8bfa

%0
%45
%0
%2

Triadic Colors of #fb8bfa

#fb8bfa #fafb8b #8bfafb

Analogous Colors of #fb8bfa

#fb8bfa #fb8bc2 #c48bfb

Monochromatic Colors of #fb8bfa

#fb8bfa

Complementary Color

#fb8bfa #8bfb8c

#fb8bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8bfa Color CSS Codes

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

#fb8bfa Text Font Color

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

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


#fb8bfa Background Color

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

This div background color is #fb8bfa


#fb8bfa Border Color

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

This div border color is #fb8bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.