Color Hex Logo

#bf88cb Color Hex

#BF88CB
(191,136,203)
0 Favorites   0 Comments

Color spaces of #bf88cb

RGB 191136203
HSL0.800.390.66
HSV289°33°80°
CMYK 0.060.330.00   0.20
XYZ41.069532.996560.7043
Yxy32.99650.30470.2448
Hunter Lab57.442627.0969-22.4468
CIE-Lab64.158132.4956-26.4040

#bf88cb color RGB value is (191,136,203).

#bf88cb hex color red value is 191, green value is 136 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bf88cb hue: 0.80 , saturation: 0.39 and the lightness value of bf88cb is 0.66.

The process color (four color CMYK) of #bf88cb color hex is 0.06, 0.33, 0.00, 0.20. Web safe color of #bf88cb is #cc99cc. Color #bf88cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001000 11001011
Octal 277 210 313
Decimal 191 136 203
Hex BF 88 CB

RGB Percentages of Color #bf88cb

%36.04
%25.66
%38.30

CMYK Percentages of Color #bf88cb

%6
%33
%0
%20

Triadic Colors of #bf88cb

#bf88cb #cbbf88 #88cbbf

Analogous Colors of #bf88cb

#bf88cb #cb88b6 #9e88cb

Monochromatic Colors of #bf88cb

#bf88cb

Complementary Color

#bf88cb #94cb88

#bf88cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf88cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf88cb Color CSS Codes

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

#bf88cb Text Font Color

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

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


#bf88cb Background Color

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

This div background color is #bf88cb


#bf88cb Border Color

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

This div border color is #bf88cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf88cb


Comments

No comments written yet.

Please login to write comment.