Color Hex Logo

#bc88bf Color Hex

#BC88BF
(188,136,191)
0 Favorites   0 Comments

Color spaces of #bc88bf

RGB 188136191
HSL0.820.300.64
HSV297°29°75°
CMYK 0.020.290.00   0.25
XYZ38.947232.061353.4259
Yxy32.06130.31300.2577
Hunter Lab56.622723.6892-16.3067
CIE-Lab63.393529.1644-20.8614

#bc88bf color RGB value is (188,136,191).

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

The process color (four color CMYK) of #bc88bf color hex is 0.02, 0.29, 0.00, 0.25. Web safe color of #bc88bf is #cc99cc. Color #bc88bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001000 10111111
Octal 274 210 277
Decimal 188 136 191
Hex BC 88 BF

RGB Percentages of Color #bc88bf

%36.50
%26.41
%37.09

CMYK Percentages of Color #bc88bf

%2
%29
%0
%25

Triadic Colors of #bc88bf

#bc88bf #bfbc88 #88bfbc

Analogous Colors of #bc88bf

#bc88bf #bf88a7 #a188bf

Monochromatic Colors of #bc88bf

#bc88bf

Complementary Color

#bc88bf #8bbf88

#bc88bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc88bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc88bf Color CSS Codes

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

#bc88bf Text Font Color

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

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


#bc88bf Background Color

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

This div background color is #bc88bf


#bc88bf Border Color

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

This div border color is #bc88bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc88bf


Comments

No comments written yet.

Please login to write comment.