Color Hex Logo

#ff8fbb Color Hex

#FF8FBB
(255,143,187)
1 Favorites   0 Comments

Color spaces of #ff8fbb

RGB 255143187
HSL0.931.000.78
HSV336°44°100°
CMYK 0.000.440.27   0.00
XYZ60.032144.492852.4376
Yxy44.49280.38250.2835
Hunter Lab66.702943.91850.0820
CIE-Lab72.556747.2847-4.0842

#ff8fbb color RGB value is (255,143,187).

#ff8fbb hex color red value is 255, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ff8fbb hue: 0.93 , saturation: 1.00 and the lightness value of ff8fbb is 0.78.

The process color (four color CMYK) of #ff8fbb color hex is 0.00, 0.44, 0.27, 0.00. Web safe color of #ff8fbb is #ff99cc. Color #ff8fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001111 10111011
Octal 377 217 273
Decimal 255 143 187
Hex FF 8F BB

RGB Percentages of Color #ff8fbb

%43.59
%24.44
%31.97

CMYK Percentages of Color #ff8fbb

%0
%44
%27
%0

Triadic Colors of #ff8fbb

#ff8fbb #bbff8f #8fbbff

Analogous Colors of #ff8fbb

#ff8fbb #ff9b8f #ff8ff3

Monochromatic Colors of #ff8fbb

#ff8fbb

Complementary Color

#ff8fbb #8fffd3

#ff8fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8fbb Color CSS Codes

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

#ff8fbb Text Font Color

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

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


#ff8fbb Background Color

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

This div background color is #ff8fbb


#ff8fbb Border Color

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

This div border color is #ff8fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,143,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff8fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff8fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #ff8fbb;
  box-shadow:         1px 1px 3px 2px #ff8fbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,143,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8fbb

Related Colors

#ff8fbb Color Palettes


Comments

No comments written yet.

Please login to write comment.