Color Hex Logo

#bf87cc Color Hex

#BF87CC
(191,135,204)
0 Favorites   0 Comments

Color spaces of #bf87cc

RGB 191135204
HSL0.800.400.66
HSV289°34°80°
CMYK 0.060.340.00   0.20
XYZ41.048932.763961.2873
Yxy32.76390.30380.2425
Hunter Lab57.239827.8398-23.4147
CIE-Lab63.969333.2461-27.2548

#bf87cc color RGB value is (191,135,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000111 11001100
Octal 277 207 314
Decimal 191 135 204
Hex BF 87 CC

RGB Percentages of Color #bf87cc

%36.04
%25.47
%38.49

CMYK Percentages of Color #bf87cc

%6
%34
%0
%20

Triadic Colors of #bf87cc

#bf87cc #ccbf87 #87ccbf

Analogous Colors of #bf87cc

#bf87cc #cc87b7 #9d87cc

Monochromatic Colors of #bf87cc

#bf87cc

Complementary Color

#bf87cc #94cc87

#bf87cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf87cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf87cc Color CSS Codes

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

#bf87cc Text Font Color

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

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


#bf87cc Background Color

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

This div background color is #bf87cc


#bf87cc Border Color

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

This div border color is #bf87cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf87cc


Comments

No comments written yet.

Please login to write comment.