Color Hex Logo

#bfa1cc Color Hex

#BFA1CC
(191,161,204)
0 Favorites   0 Comments

Color spaces of #bfa1cc

RGB 191161204
HSL0.780.300.72
HSV282°21°80°
CMYK 0.060.210.00   0.20
XYZ45.129840.925762.6476
Yxy40.92570.30350.2752
Hunter Lab63.973213.9695-13.2802
CIE-Lab70.123818.8488-17.8563

#bfa1cc color RGB value is (191,161,204).

#bfa1cc hex color red value is 191, green value is 161 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bfa1cc hue: 0.78 , saturation: 0.30 and the lightness value of bfa1cc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100001 11001100
Octal 277 241 314
Decimal 191 161 204
Hex BF A1 CC

RGB Percentages of Color #bfa1cc

%34.35
%28.96
%36.69

CMYK Percentages of Color #bfa1cc

%6
%21
%0
%20

Triadic Colors of #bfa1cc

#bfa1cc #ccbfa1 #a1ccbf

Analogous Colors of #bfa1cc

#bfa1cc #cca1c4 #aaa1cc

Monochromatic Colors of #bfa1cc

#bfa1cc

Complementary Color

#bfa1cc #aecca1

#bfa1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa1cc Color CSS Codes

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

#bfa1cc Text Font Color

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

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


#bfa1cc Background Color

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

This div background color is #bfa1cc


#bfa1cc Border Color

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

This div border color is #bfa1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa1cc


Comments

No comments written yet.

Please login to write comment.