Color Hex Logo

#bca1b3 Color Hex

#BCA1B3
(188,161,179)
0 Favorites   0 Comments

Color spaces of #bca1b3

RGB 188161179
HSL0.890.170.68
HSV320°14°74°
CMYK 0.000.140.05   0.26
XYZ41.620639.435848.0660
Yxy39.43580.32230.3054
Hunter Lab62.79798.4081-1.4225
CIE-Lab69.065813.0250-5.6195

#bca1b3 color RGB value is (188,161,179).

#bca1b3 hex color red value is 188, green value is 161 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #bca1b3 hue: 0.89 , saturation: 0.17 and the lightness value of bca1b3 is 0.68.

The process color (four color CMYK) of #bca1b3 color hex is 0.00, 0.14, 0.05, 0.26. Web safe color of #bca1b3 is #cc99cc. Color #bca1b3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 10110011
Octal 274 241 263
Decimal 188 161 179
Hex BC A1 B3

RGB Percentages of Color #bca1b3

%35.61
%30.49
%33.90

CMYK Percentages of Color #bca1b3

%0
%14
%5
%26

Triadic Colors of #bca1b3

#bca1b3 #b3bca1 #a1b3bc

Analogous Colors of #bca1b3

#bca1b3 #bca1a6 #b8a1bc

Monochromatic Colors of #bca1b3

#bca1b3

Complementary Color

#bca1b3 #a1bcaa

#bca1b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca1b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca1b3 Color CSS Codes

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

#bca1b3 Text Font Color

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

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


#bca1b3 Background Color

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

This div background color is #bca1b3


#bca1b3 Border Color

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

This div border color is #bca1b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca1b3


Comments

No comments written yet.

Please login to write comment.