Color Hex Logo

#bc72ae Color Hex

#BC72AE
(188,114,174)
0 Favorites   0 Comments

Color spaces of #bc72ae

RGB 188114174
HSL0.860.360.59
HSV311°39°74°
CMYK 0.000.390.07   0.26
XYZ34.396325.782043.2079
Yxy25.78200.33270.2494
Hunter Lab50.776032.0602-14.9097
CIE-Lab57.829538.0790-19.6785

#bc72ae color RGB value is (188,114,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110010 10101110
Octal 274 162 256
Decimal 188 114 174
Hex BC 72 AE

RGB Percentages of Color #bc72ae

%39.50
%23.95
%36.55

CMYK Percentages of Color #bc72ae

%0
%39
%7
%26

Triadic Colors of #bc72ae

#bc72ae #aebc72 #72aebc

Analogous Colors of #bc72ae

#bc72ae #bc7289 #a572bc

Monochromatic Colors of #bc72ae

#bc72ae

Complementary Color

#bc72ae #72bc80

#bc72ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc72ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc72ae Color CSS Codes

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

#bc72ae Text Font Color

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

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


#bc72ae Background Color

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

This div background color is #bc72ae


#bc72ae Border Color

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

This div border color is #bc72ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc72ae


Comments

No comments written yet.

Please login to write comment.