Color Hex Logo

#bc6cae Color Hex

#BC6CAE
(188,108,174)
0 Favorites   0 Comments

Color spaces of #bc6cae

RGB 188108174
HSL0.860.370.58
HSV311°43°74°
CMYK 0.000.430.07   0.26
XYZ33.741624.472542.9897
Yxy24.47250.33340.2418
Hunter Lab49.469735.1769-16.8949
CIE-Lab56.557841.2855-21.6233

#bc6cae color RGB value is (188,108,174).

#bc6cae hex color red value is 188, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bc6cae hue: 0.86 , saturation: 0.37 and the lightness value of bc6cae is 0.58.

The process color (four color CMYK) of #bc6cae color hex is 0.00, 0.43, 0.07, 0.26. Web safe color of #bc6cae is #cc6699. Color #bc6cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101100 10101110
Octal 274 154 256
Decimal 188 108 174
Hex BC 6C AE

RGB Percentages of Color #bc6cae

%40.00
%22.98
%37.02

CMYK Percentages of Color #bc6cae

%0
%43
%7
%26

Triadic Colors of #bc6cae

#bc6cae #aebc6c #6caebc

Analogous Colors of #bc6cae

#bc6cae #bc6c86 #a26cbc

Monochromatic Colors of #bc6cae

#bc6cae

Complementary Color

#bc6cae #6cbc7a

#bc6cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6cae Color CSS Codes

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

#bc6cae Text Font Color

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

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


#bc6cae Background Color

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

This div background color is #bc6cae


#bc6cae Border Color

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

This div border color is #bc6cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6cae


Comments

No comments written yet.

Please login to write comment.