Color Hex Logo

#bc56ae Color Hex

#BC56AE
(188,86,174)
0 Favorites   0 Comments

Color spaces of #bc56ae

RGB 18886174
HSL0.860.430.54
HSV308°54°74°
CMYK 0.000.540.07   0.26
XYZ31.706820.402942.3114
Yxy20.40290.33580.2161
Hunter Lab45.169646.2514-23.9196
CIE-Lab52.289752.4176-28.2063

#bc56ae color RGB value is (188,86,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010110 10101110
Octal 274 126 256
Decimal 188 86 174
Hex BC 56 AE

RGB Percentages of Color #bc56ae

%41.96
%19.20
%38.84

CMYK Percentages of Color #bc56ae

%0
%54
%7
%26

Triadic Colors of #bc56ae

#bc56ae #aebc56 #56aebc

Analogous Colors of #bc56ae

#bc56ae #bc567b #9756bc

Monochromatic Colors of #bc56ae

#bc56ae

Complementary Color

#bc56ae #56bc64

#bc56ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc56ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc56ae Color CSS Codes

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

#bc56ae Text Font Color

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

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


#bc56ae Background Color

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

This div background color is #bc56ae


#bc56ae Border Color

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

This div border color is #bc56ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc56ae


Comments

No comments written yet.

Please login to write comment.