Color Hex Logo

#ff88bd Color Hex

#FF88BD
(255,136,189)
0 Favorites   0 Comments

Color spaces of #ff88bd

RGB 255136189
HSL0.931.000.77
HSV333°47°100°
CMYK 0.000.470.26   0.00
XYZ59.229542.542453.2339
Yxy42.54240.38210.2745
Hunter Lab65.224547.9504-2.7332
CIE-Lab71.243351.0255-7.1382

#ff88bd color RGB value is (255,136,189).

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

The process color (four color CMYK) of #ff88bd color hex is 0.00, 0.47, 0.26, 0.00. Web safe color of #ff88bd is #ff99cc. Color #ff88bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001000 10111101
Octal 377 210 275
Decimal 255 136 189
Hex FF 88 BD

RGB Percentages of Color #ff88bd

%43.97
%23.45
%32.59

CMYK Percentages of Color #ff88bd

%0
%47
%26
%0

Triadic Colors of #ff88bd

#ff88bd #bdff88 #88bdff

Analogous Colors of #ff88bd

#ff88bd #ff8f88 #ff88f9

Monochromatic Colors of #ff88bd

#ff88bd

Complementary Color

#ff88bd #88ffca

#ff88bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff88bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff88bd Color CSS Codes

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

#ff88bd Text Font Color

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

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


#ff88bd Background Color

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

This div background color is #ff88bd


#ff88bd Border Color

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

This div border color is #ff88bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff88bd


Comments

No comments written yet.

Please login to write comment.