Color Hex Logo

#fb859a Color Hex

#FB859A
(251,133,154)
0 Favorites   0 Comments

Color spaces of #fb859a

RGB 251133154
HSL0.970.940.75
HSV349°47°98°
CMYK 0.000.470.39   0.02
XYZ54.003939.617435.3724
Yxy39.61740.41870.3071
Hunter Lab62.942443.002110.7398
CIE-Lab69.196246.90109.4019

#fb859a color RGB value is (251,133,154).

#fb859a hex color red value is 251, green value is 133 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fb859a hue: 0.97 , saturation: 0.94 and the lightness value of fb859a is 0.75.

The process color (four color CMYK) of #fb859a color hex is 0.00, 0.47, 0.39, 0.02. Web safe color of #fb859a is #ff9999. Color #fb859a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000101 10011010
Octal 373 205 232
Decimal 251 133 154
Hex FB 85 9A

RGB Percentages of Color #fb859a

%46.65
%24.72
%28.62

CMYK Percentages of Color #fb859a

%0
%47
%39
%2

Triadic Colors of #fb859a

#fb859a #9afb85 #859afb

Analogous Colors of #fb859a

#fb859a #fbab85 #fb85d5

Monochromatic Colors of #fb859a

#fb859a

Complementary Color

#fb859a #85fbe6

#fb859a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb859a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb859a Color CSS Codes

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

#fb859a Text Font Color

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

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


#fb859a Background Color

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

This div background color is #fb859a


#fb859a Border Color

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

This div border color is #fb859a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb859a

Related Colors


Comments

No comments written yet.

Please login to write comment.