Color Hex Logo

#bf88ba Color Hex

#BF88BA
(191,136,186)
0 Favorites   0 Comments

Color spaces of #bf88ba

RGB 191136186
HSL0.850.300.64
HSV305°29°75°
CMYK 0.000.290.03   0.25
XYZ39.152932.229950.6118
Yxy32.22990.32090.2642
Hunter Lab56.771423.7542-13.1172
CIE-Lab63.532429.2182-17.8021

#bf88ba color RGB value is (191,136,186).

#bf88ba hex color red value is 191, green value is 136 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bf88ba hue: 0.85 , saturation: 0.30 and the lightness value of bf88ba is 0.64.

The process color (four color CMYK) of #bf88ba color hex is 0.00, 0.29, 0.03, 0.25. Web safe color of #bf88ba is #cc99cc. Color #bf88ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001000 10111010
Octal 277 210 272
Decimal 191 136 186
Hex BF 88 BA

RGB Percentages of Color #bf88ba

%37.23
%26.51
%36.26

CMYK Percentages of Color #bf88ba

%0
%29
%3
%25

Triadic Colors of #bf88ba

#bf88ba #babf88 #88babf

Analogous Colors of #bf88ba

#bf88ba #bf889f #a988bf

Monochromatic Colors of #bf88ba

#bf88ba

Complementary Color

#bf88ba #88bf8d

#bf88ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf88ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf88ba Color CSS Codes

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

#bf88ba Text Font Color

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

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


#bf88ba Background Color

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

This div background color is #bf88ba


#bf88ba Border Color

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

This div border color is #bf88ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf88ba


Comments

No comments written yet.

Please login to write comment.