Color Hex Logo

#bf84cc Color Hex

#BF84CC
(191,132,204)
0 Favorites   0 Comments

Color spaces of #bf84cc

RGB 191132204
HSL0.800.410.66
HSV289°35°80°
CMYK 0.060.350.00   0.20
XYZ40.636231.938561.1497
Yxy31.93850.30390.2388
Hunter Lab56.514229.4497-24.5933
CIE-Lab63.292034.8945-28.2988

#bf84cc color RGB value is (191,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000100 11001100
Octal 277 204 314
Decimal 191 132 204
Hex BF 84 CC

RGB Percentages of Color #bf84cc

%36.24
%25.05
%38.71

CMYK Percentages of Color #bf84cc

%6
%35
%0
%20

Triadic Colors of #bf84cc

#bf84cc #ccbf84 #84ccbf

Analogous Colors of #bf84cc

#bf84cc #cc84b5 #9b84cc

Monochromatic Colors of #bf84cc

#bf84cc

Complementary Color

#bf84cc #91cc84

#bf84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf84cc Color CSS Codes

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

#bf84cc Text Font Color

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

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


#bf84cc Background Color

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

This div background color is #bf84cc


#bf84cc Border Color

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

This div border color is #bf84cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,132,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 #bf84cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf84cc


Comments

No comments written yet.

Please login to write comment.