Color Hex Logo

#bc67ab Color Hex

#BC67AB
(188,103,171)
0 Favorites   0 Comments

Color spaces of #bc67ab

RGB 188103171
HSL0.870.390.57
HSV312°45°74°
CMYK 0.000.450.09   0.26
XYZ32.940023.332141.2955
Yxy23.33210.33760.2391
Hunter Lab48.303337.1956-16.8759
CIE-Lab55.412843.3948-21.6442

#bc67ab color RGB value is (188,103,171).

#bc67ab hex color red value is 188, green value is 103 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bc67ab hue: 0.87 , saturation: 0.39 and the lightness value of bc67ab is 0.57.

The process color (four color CMYK) of #bc67ab color hex is 0.00, 0.45, 0.09, 0.26. Web safe color of #bc67ab is #cc6699. Color #bc67ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100111 10101011
Octal 274 147 253
Decimal 188 103 171
Hex BC 67 AB

RGB Percentages of Color #bc67ab

%40.69
%22.29
%37.01

CMYK Percentages of Color #bc67ab

%0
%45
%9
%26

Triadic Colors of #bc67ab

#bc67ab #abbc67 #67abbc

Analogous Colors of #bc67ab

#bc67ab #bc6781 #a367bc

Monochromatic Colors of #bc67ab

#bc67ab

Complementary Color

#bc67ab #67bc78

#bc67ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc67ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc67ab Color CSS Codes

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

#bc67ab Text Font Color

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

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


#bc67ab Background Color

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

This div background color is #bc67ab


#bc67ab Border Color

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

This div border color is #bc67ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc67ab


Comments

No comments written yet.

Please login to write comment.