Color Hex Logo

#bca1cf Color Hex

#BCA1CF
(188,161,207)
0 Favorites   0 Comments

Color spaces of #bca1cf

RGB 188161207
HSL0.760.320.72
HSV275°22°81°
CMYK 0.090.220.00   0.19
XYZ44.746440.686164.5263
Yxy40.68610.29840.2713
Hunter Lab63.785713.5950-15.3285
CIE-Lab69.955418.4669-19.7931

#bca1cf color RGB value is (188,161,207).

#bca1cf hex color red value is 188, green value is 161 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bca1cf hue: 0.76 , saturation: 0.32 and the lightness value of bca1cf is 0.72.

The process color (four color CMYK) of #bca1cf color hex is 0.09, 0.22, 0.00, 0.19. Web safe color of #bca1cf is #cc99cc. Color #bca1cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 11001111
Octal 274 241 317
Decimal 188 161 207
Hex BC A1 CF

RGB Percentages of Color #bca1cf

%33.81
%28.96
%37.23

CMYK Percentages of Color #bca1cf

%9
%22
%0
%19

Triadic Colors of #bca1cf

#bca1cf #cfbca1 #a1cfbc

Analogous Colors of #bca1cf

#bca1cf #cfa1cb #a5a1cf

Monochromatic Colors of #bca1cf

#bca1cf

Complementary Color

#bca1cf #b4cfa1

#bca1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca1cf Color CSS Codes

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

#bca1cf Text Font Color

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

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


#bca1cf Background Color

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

This div background color is #bca1cf


#bca1cf Border Color

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

This div border color is #bca1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca1cf


Comments

No comments written yet.

Please login to write comment.